DBA Data[Home] [Help]

APPS.ECE_POCO_TRANSACTION dependencies on RCV_QUANTITIES_S

Line 1905: l_shipment_tbl(nQuantity_pending_pos).value := NVL(rcv_quantities_s.get_pending_qty(l_shipment_tbl(nShip_Line_location_id_pos).value),0);

1901: ece_flatfile_pvt.assign_column_value_to_tbl(shipment_sel_c,iHeader_count + iLine_count,l_Shipment_tbl,l_key_tbl);
1902:
1903: -- Calculate Pending Quantity
1904: xProgress := 'POCOB-10-1665';
1905: l_shipment_tbl(nQuantity_pending_pos).value := NVL(rcv_quantities_s.get_pending_qty(l_shipment_tbl(nShip_Line_location_id_pos).value),0);
1906: ec_debug.pl(3,'l_Shipment_tbl(nQuantity_pending_pos).value: ',l_shipment_tbl(nQuantity_pending_pos).value);
1907:
1908: xProgress := 'POCOB-10-1670';
1909: BEGIN