DBA Data[Home] [Help]

APPS.RCV_QUANTITIES_S dependencies on RCV_QUANTITIES_S

Line 1: PACKAGE BODY RCV_QUANTITIES_S AS

1: PACKAGE BODY RCV_QUANTITIES_S AS
2: /* $Header: RCVTXQUB.pls 120.16.12020000.2 2012/07/10 09:29:37 ptkumar ship $*/
3:
4: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790
5:

Line 4116: rcv_quantities_s.get_available_quantity ('RECEIVE',

4112:
4113: /* This part of the code is the same as in RCVRCPQB.pls
4114: * where we calculate the available qty in forms.
4115: */
4116: rcv_quantities_s.get_available_quantity ('RECEIVE',
4117: p_shipment_line_id,
4118: 'INVENTORY',
4119: NULL,
4120: NULL,

Line 4136: rcv_quantities_s.get_available_quantity ('RECEIVE',

4132: END IF;
4133:
4134: l_progress := '010';
4135:
4136: rcv_quantities_s.get_available_quantity ('RECEIVE',
4137: p_line_location_id,
4138: 'VENDOR',
4139: NULL,
4140: NULL,

Line 4350: END RCV_QUANTITIES_S;

4346:
4347: END get_available_asn_quantity;
4348:
4349:
4350: END RCV_QUANTITIES_S;