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 3335: rcv_quantities_s.get_available_quantity(

3331: IF (l_debug = 1) THEN
3332: print_debug('BEFORE GETTING AVAIL QTY ' , 1);
3333: END IF;
3334:
3335: rcv_quantities_s.get_available_quantity(
3336: 'TRANSFER'
3337: , l_rtv_rec.rcv_transaction_id
3338: , l_rtv_rec.receipt_source_code
3339: , NULL

Line 3934: rcv_quantities_s.get_available_quantity(

3930: IF (l_debug = 1) THEN
3931: print_debug(' qty to insert = ' || l_qty_to_insert, 1);
3932: END IF;
3933:
3934: rcv_quantities_s.get_available_quantity(
3935: 'TRANSFER'
3936: ,l_rti_tb(k)(l).rcv_transaction_id
3937: ,l_rti_tb(k)(l).receipt_source_code
3938: , NULL