DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on RCV_QUANTITIES_S

Line 820: rcv_quantities_s.get_available_quantity(

816:
817:
818: -- Modification for bug 6688055 ended
819: ELSE
820: rcv_quantities_s.get_available_quantity(
821: 'INSPECT'
822: , l_rcv_transaction_id
823: , l_receipt_source_code
824: , NULL

Line 1703: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

1699: end if;
1700:
1701: -- Get quantity that can be still inspected
1702:
1703: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
1704: 'INSPECT'
1705: , l_rcv_transaction_id
1706: , l_receipt_source_code
1707: , null

Line 2119: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

2115: end if;
2116:
2117: -- Get quantity that can be still inspected
2118:
2119: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
2120: 'INSPECT'
2121: , l_rcv_transaction_id
2122: , l_receipt_source_code
2123: , null

Line 2532: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

2528: end if;
2529:
2530: -- Get quantity that can be still inspected
2531:
2532: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
2533: 'INSPECT'
2534: , l_rcv_transaction_id
2535: , l_receipt_source_code
2536: , null

Line 2951: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (

2947: IF (l_debug = 1) THEN
2948: print_debug('l_rcv_transaction_id is ' || to_char(l_rcv_transaction_id), 4);
2949: print_debug('l_receipt_source_code is ' || l_receipt_source_code, 4);
2950: END IF;
2951: RCV_QUANTITIES_S.GET_AVAILABLE_QUANTITY (
2952: 'INSPECT'
2953: , l_rcv_transaction_id
2954: , l_receipt_source_code
2955: , null

Line 4301: rcv_quantities_s.get_available_quantity(

4297: FETCH c_po_source_lines INTO l_rcv_transaction_id;
4298: EXIT WHEN c_po_source_lines%NOTFOUND;
4299: --print_debug('PO l_supply_source_id is ' || to_char(l_rcv_transaction_id), 4);
4300:
4301: rcv_quantities_s.get_available_quantity(
4302: 'INSPECT'
4303: ,l_rcv_transaction_id
4304: ,''
4305: ,''

Line 4347: rcv_quantities_s.get_available_quantity(

4343: EXIT WHEN c_intship_source_lines%NOTFOUND;
4344:
4345: --print_debug('after exit RECEIPT l_rcv_transaction_id is ' || l_rcv_transaction_id, 4);
4346:
4347: rcv_quantities_s.get_available_quantity(
4348: 'INSPECT'
4349: ,l_rcv_transaction_id
4350: ,''
4351: ,''

Line 4385: rcv_quantities_s.get_available_quantity(

4381: LOOP
4382: FETCH c_rma_source_lines INTO l_rcv_transaction_id;
4383: EXIT WHEN c_rma_source_lines%NOTFOUND;
4384:
4385: rcv_quantities_s.get_available_quantity(
4386: 'INSPECT'
4387: ,l_rcv_transaction_id
4388: ,''
4389: ,''