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.5 2006/09/15 05:49:49 amony noship $*/
3:
4: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('RCV_DEBUG_MODE'),'N');
5:

Line 3232: rcv_quantities_s.get_available_quantity ('RECEIVE',

3228:
3229: /* This part of the code is the same as in RCVRCPQB.pls
3230: * where we calculate the available qty in forms.
3231: */
3232: rcv_quantities_s.get_available_quantity ('RECEIVE',
3233: p_shipment_line_id,
3234: 'INVENTORY',
3235: NULL,
3236: NULL,

Line 3252: rcv_quantities_s.get_available_quantity ('RECEIVE',

3248: END IF;
3249:
3250: l_progress := '010';
3251:
3252: rcv_quantities_s.get_available_quantity ('RECEIVE',
3253: p_line_location_id,
3254: 'VENDOR',
3255: NULL,
3256: NULL,

Line 3287: rcv_quantities_s.get_ship_qty_in_int

3283:
3284: l_progress := '030';
3285:
3286: IF l_quantity_shipped > 0 then
3287: rcv_quantities_s.get_ship_qty_in_int
3288: (p_shipment_line_id,
3289: p_line_location_id,
3290: l_ship_qty_int);
3291:

Line 3498: END RCV_QUANTITIES_S;

3494:
3495: END get_available_asn_quantity;
3496:
3497:
3498: END RCV_QUANTITIES_S;