DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_LINES_PKG dependencies on RCV_QUANTITIES_S

Line 906: rcv_quantities_s.get_available_quantity(p_transaction_type => 'CORRECT',

902: p_available_quantity := 0;
903: FOR c_lines IN get_dist_line LOOP
904: x_available_quantity := 0;
905:
906: rcv_quantities_s.get_available_quantity(p_transaction_type => 'CORRECT',
907: p_parent_id => c_lines.transaction_id,
908: p_receipt_source_code => p_receipt_source_code,
909: p_parent_transaction_type => p_parent_transaction_type,
910: p_grand_parent_id => null,

Line 977: rcv_quantities_s.get_available_amount(p_transaction_type => 'CORRECT',

973: x_progress := 30;
974: p_available_amount := 0;
975: FOR c_lines IN get_dist_line LOOP
976: x_available_amount := 0;
977: rcv_quantities_s.get_available_amount(p_transaction_type => 'CORRECT',
978: p_parent_id => c_lines.transaction_id,
979: p_receipt_source_code => p_receipt_source_code,
980: p_parent_transaction_type => p_parent_transaction_type,
981: p_grand_parent_id => null,