DBA Data[Home] [Help]

APPS.POS_QUANTITIES_S dependencies on RCV_QUANTITIES_S

Line 6: * PL/SQL wrapper around rcv_quantities_s.get_available_quantity to return

2: /* $Header: POSTXQUB.pls 115.0 99/08/20 11:10:16 porting sh $ */
3:
4: /* getAvailableQuantity
5: * --------------------
6: * PL/SQL wrapper around rcv_quantities_s.get_available_quantity to return
7: * some values.
8: */
9: FUNCTION getAvailableQuantity(p_lineLocationID IN NUMBER) RETURN NUMBER
10: IS

Line 21: rcv_quantities_s.get_available_quantity('RECEIVE',

17: BEGIN
18:
19: x_progress := '001';
20:
21: rcv_quantities_s.get_available_quantity('RECEIVE',
22: p_lineLocationID,
23: 'VENDOR',
24: null,
25: null,

Line 51: * PL/SQL wrapper around rcv_quantities_s.get_available_quantity to return

47:
48:
49: /* getTolerableQuantity
50: * --------------------
51: * PL/SQL wrapper around rcv_quantities_s.get_available_quantity to return
52: * some values.
53: */
54: FUNCTION getTolerableQuantity(p_lineLocationID IN NUMBER) RETURN NUMBER
55: IS

Line 66: rcv_quantities_s.get_available_quantity('RECEIVE',

62: BEGIN
63:
64: x_progress := '001';
65:
66: rcv_quantities_s.get_available_quantity('RECEIVE',
67: p_lineLocationID,
68: 'VENDOR',
69: null,
70: null,