DBA Data[Home] [Help]

APPS.INV_RCV_STD_TRANSFER_APIS dependencies on RCV_QUANTITIES_S

Line 909: print_debug('Calling rcv_quantities_s.get_available_quantity to get transfer qty', 4);

905: l_parent_txn_id := p_parent_txn_id;
906:
907: l_progress := 30;
908: IF (l_debug = 1) THEN
909: print_debug('Calling rcv_quantities_s.get_available_quantity to get transfer qty', 4);
910: END IF;
911:
912: --Check the quantity available to transfer and the transaction UOM
913: rcv_quantities_s.get_available_quantity (

Line 913: rcv_quantities_s.get_available_quantity (

909: print_debug('Calling rcv_quantities_s.get_available_quantity to get transfer qty', 4);
910: END IF;
911:
912: --Check the quantity available to transfer and the transaction UOM
913: rcv_quantities_s.get_available_quantity (
914: p_transaction_type => 'TRANSFER'
915: , p_parent_id => l_parent_txn_id
916: , p_receipt_source_code => p_receipt_source_code
917: , p_parent_transaction_type => NULL

Line 3241: rcv_quantities_s.get_available_quantity(

3237: IF (l_debug = 1) THEN
3238: print_debug('BEFORE GETTING AVAIL QTY ' , 1);
3239: END IF;
3240:
3241: rcv_quantities_s.get_available_quantity(
3242: 'TRANSFER'
3243: , l_rtv_rec.rcv_transaction_id
3244: , l_rtv_rec.receipt_source_code
3245: , NULL

Line 3704: rcv_quantities_s.get_available_quantity(

3700: IF (l_debug = 1) THEN
3701: print_debug(' qty to insert = ' || l_qty_to_insert, 1);
3702: END IF;
3703:
3704: rcv_quantities_s.get_available_quantity(
3705: 'TRANSFER'
3706: ,l_rti_tb(k)(l).rcv_transaction_id
3707: ,l_rti_tb(k)(l).receipt_source_code
3708: , NULL