Oracle Apps Adapter 6.0 | webMethods Oracle Applications Adapter Documentation | webMethods Oracle Applications Adapter Sample Transaction Definitions User’s Guide Documentation | Transaction Definitions (Oracle Applications 10.7SC-to-IS) | AdvanceShipNotice
 
AdvanceShipNotice
Use this transaction to retrieve new advance ship notices. You can retrieve new advance shipment notices by Customer Name, Picking Batch Number, and Pick Slip number range. This transaction only retrieves ship notices that fit the above criteria and have not been marked as printed. The acknowledgment SQL marks the specified shipment notice as printed so that the functional query will not retrieve it a second time.
Functional Query
Inputs
The inputs are used to limit what Purchase Orders you want to retrieve. These SQL inputs are exposed as service inputs.
Item Name
Description
PICKING_BATCH
Advance shipment notices for this batch.
PICK_SLIP_NUMBER_FROM
Beginning pick slip number (inclusive).
PICK_SLIP_NUMBER_TO
Ending pick slip number (inclusive).
CUSTOMER_NAME
Advance shipment notices for this customer.
Outputs
The output contains all advance shipment notices returned by the query. Each shipment notice consists of 1 header with 1 to N lines and each line contains 1 to N shipment records. The result looks like the following:
Headers[0]
Lines[0]
Shipments[0]
…One Shipments record for each shipment record
…One Lines record each line item
… One Headers record for each Purchase Order
Header Details
A header consists of the following fields. The content of most fields can be determined by their name. Where necessary, a description is provided.
Line Details
Item Name
Field Description (as needed)
ORG_ID
TRANSACTION_DATE
WAY_BILL_NUMBER
PICK_SLIP_NUMBER
DATE_SHIPPED
SHIP_PARTIAL_FLAG
PICKING_BATCH
NUMBER_OF_PACKAGES
FREIGHT_TERMS_CODE
FOB_CODE
SHIPPING_METHOD_CODE
TOTAL_WEIGHT
WEIGHT_UOM
PURCHASE_ORDER_NUMBER
SALES_ORDER_NUMBER
SALES_ORDER_DATE
DATE_REQUESTED_CURRENT
ORDER_TYPE
ORDER_CATEGORY
CURRENCY_CODE
PAYMENT_TERMS
CUSTOMER_NUMBER
WAREHOUSE_LOCATION_ID
WAREHOUSE_LOCATION_CODE
WAREHOUSE_NAME
WAREHOUSE_ADDRESS1
WAREHOUSE_CITY
WAREHOUSE_POSTAL_CODE
WAREHOUSE_COUNTRY
WAREHOUSE_STATE
WAREHOUSE_TELEPHONE
SHIP_TO_ADDRESS_ID
SHIP_TO_LOCATION_CODE
CUSTOMER_NAME
SHIP_TO_ADDRESS1
SHIP_TO_CITY
SHIP_TO_POSTAL_CODE
SHIP_TO_COUNTRY
SHIP_TO_STATE
INVOICE_TO_ADDRESS_ID
INVOICE_TO_ADDRESS1
INVOICE_TO_CITY
INVOICE_TO_POSTAL_CODE
INVOICE_TO_COUNTRY
INVOICE_TO_STATE
INVOICE_TO_CONTACT_LAST_NAME
INVOICE_TO_CONTACT_FIRST_NAME
ORDER_BY_CONTACT_LAST_NAME
ORDER_BY_CONTACT_FIRST_NAME
CUSTOMER_ATTRIBUTE15
PICKING_HEADER_ID
SHIP_TO_SITE_USE_CODE
Line Details
Line Item details consist of the following fields:
Item Name
Field Description (as needed)
ORG_ID
SHIPMENT_LINE_NUMBER
SALES_ORDER_LINE_NUMBER
PART_NUMBER
ITEM_TYPE_CODE
SELLING_PRICE
REQUESTED_DATE
PROMISE_DATE
SHIPMENT_LINE_SHIPPED_QTY
SHIPMENT_LINE_UNIT_OF_MEASURE
PRODUCT_DESCRIPTION
ATO_FLAG
INCLUDED_ITEM_FLAG
OPTION_FLAG
SHIP_MODEL_COMPLETE_FLAG
LIST_PRICE
SO_LINE_DETAILS_ORDERED_QTY
SO_LINE_DETAILS_UOM
PICKING_LINE_SEQUENCE
SHIP_CONFIRMED_DATE
SHIPMENT_PRIORITY
COMPONENT_CODE
COMPONENT_RATIO
LINE_PART_ATTRIBUTE14
LINE_PART_ATTRIBUTE15
PICKING_HEADER_ID
SHIPMENTS
Start of shipment record.
Shipment Details
Shipment details consist of the following fields:
Item Name
Field Description (as needed)
SHIP_LINE_DETAIL_NUMBER
SHIP_LINE_DETAIL_SHIP_QTY
SERIAL_NUMBER
CUSTOMER_REQUESTED_LOT_FLAG
REVISION
SUBINVENTORY
PICKING_LINE_ID
Acknowledgment SQL
Updates the specified pick slip number to show it has been processed. Marks the Sales Order as Send and updates the Ship Notice Sent flag to Y. Updates the Ship Notice Send Date and the last update date.
Inputs
The inputs define which sales order to update.
*NHEADER_ID - The PICKING_HEADER_ID to acknowledge.
Outputs
There is no output generated by this SQL.
Usage Comments
Sales Orders that have been picked up and not shipped are retrieved.