DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on STANDARD

Line 19: STANDARD DELIVER N/A

15: INSPECT, DELIVER, CORRECT,
16: RETURN TO VENDOR,
17: RETURN TO RECEIVING,
18: DIRECT RECEIPT,
19: STANDARD DELIVER N/A
20:
21: p_parent_id IN NUMBER Yes line_location_id or
22: shipment_line_id or
23: transaction_id or

Line 106: 6. STANDARD DELIVER (to be called from the Receiving Transactions form)

102: p_parent_id po_distribution_id
103: p_available_quantity Output parameter
104: p_unit_of_measure Output parameter
105:
106: 6. STANDARD DELIVER (to be called from the Receiving Transactions form)
107: p_transaction_type STANDARD DELIVER
108: p_parent_id po_distribution_id
109: p_grand_parent_id rcv_transaction_id
110: p_available_quantity Output parameter

Line 107: p_transaction_type STANDARD DELIVER

103: p_available_quantity Output parameter
104: p_unit_of_measure Output parameter
105:
106: 6. STANDARD DELIVER (to be called from the Receiving Transactions form)
107: p_transaction_type STANDARD DELIVER
108: p_parent_id po_distribution_id
109: p_grand_parent_id rcv_transaction_id
110: p_available_quantity Output parameter
111: p_unit_of_measure Output parameter

Line 285: Standard and Direct receipts

281:
282: /*===========================================================================
283: PROCEDURE NAME: get_available_asn_quantity()
284: DESCRIPTION: get qty in RTI for a particular ASN shipment for
285: Standard and Direct receipts
286: ===========================================================================*/
287:
288: PROCEDURE get_available_asn_quantity(
289: p_transaction_type IN VARCHAR2,