DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on RCV_QUANTITIES_S

Line 1649: rcv_quantities_s.get_available_quantity ('INSPECT',

1645: l_rtv_qty := l_cnv_rls_qty - l_processed_lot_prim_qty;
1646: END IF;
1647: -- Modification for bug 6688055 ended
1648: ELSE
1649: rcv_quantities_s.get_available_quantity ('INSPECT',
1650: l_rcv_transaction_id,
1651: l_receipt_source_code,
1652: NULL,
1653: l_rcv_transaction_id,

Line 2710: rcv_quantities_s.get_available_quantity(

2706:
2707:
2708: -- Modification for bug 6688055 ended
2709: ELSE
2710: rcv_quantities_s.get_available_quantity(
2711: 'INSPECT'
2712: , l_rcv_transaction_id
2713: , l_receipt_source_code
2714: , NULL

Line 3595: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

3591: end if;
3592:
3593: -- Get quantity that can be still inspected
3594:
3595: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
3596: 'INSPECT'
3597: , l_rcv_transaction_id
3598: , l_receipt_source_code
3599: , null

Line 4012: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

4008: end if;
4009:
4010: -- Get quantity that can be still inspected
4011:
4012: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
4013: 'INSPECT'
4014: , l_rcv_transaction_id
4015: , l_receipt_source_code
4016: , null

Line 4427: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

4423: end if;
4424:
4425: -- Get quantity that can be still inspected
4426:
4427: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
4428: 'INSPECT'
4429: , l_rcv_transaction_id
4430: , l_receipt_source_code
4431: , null

Line 4851: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

4847: IF (l_debug = 1) THEN
4848: print_debug('l_rcv_transaction_id is ' || to_char(l_rcv_transaction_id), 4);
4849: print_debug('l_receipt_source_code is ' || l_receipt_source_code, 4);
4850: END IF;
4851: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
4852: 'INSPECT'
4853: , l_rcv_transaction_id
4854: , l_receipt_source_code
4855: , null

Line 6200: rcv_quantities_s.get_available_quantity(

6196: FETCH c_po_source_lines INTO l_rcv_transaction_id;
6197: EXIT WHEN c_po_source_lines%NOTFOUND;
6198: --print_debug('PO l_supply_source_id is ' || to_char(l_rcv_transaction_id), 4);
6199:
6200: rcv_quantities_s.get_available_quantity(
6201: 'INSPECT'
6202: ,l_rcv_transaction_id
6203: ,''
6204: ,''

Line 6246: rcv_quantities_s.get_available_quantity(

6242: EXIT WHEN c_intship_source_lines%NOTFOUND;
6243:
6244: --print_debug('after exit RECEIPT l_rcv_transaction_id is ' || l_rcv_transaction_id, 4);
6245:
6246: rcv_quantities_s.get_available_quantity(
6247: 'INSPECT'
6248: ,l_rcv_transaction_id
6249: ,''
6250: ,''

Line 6284: rcv_quantities_s.get_available_quantity(

6280: LOOP
6281: FETCH c_rma_source_lines INTO l_rcv_transaction_id;
6282: EXIT WHEN c_rma_source_lines%NOTFOUND;
6283:
6284: rcv_quantities_s.get_available_quantity(
6285: 'INSPECT'
6286: ,l_rcv_transaction_id
6287: ,''
6288: ,''