DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PVT dependencies on OE_LOTS_ACK_UTIL

Line 1846: OE_Lots_Ack_Util.Insert_Row

1842: IF l_debug_level > 0 THEN
1843: oe_debug_pub.add( 'BEFORE INSERTING LINE LOTSERIAL ACKNOWLEDGMENT RECORD' , 3 ) ;
1844: END IF;
1845:
1846: OE_Lots_Ack_Util.Insert_Row
1847: ( p_lot_serial_tbl => l_lot_serial_tbl
1848: , p_old_lot_serial_tbl => l_old_lot_serial_tbl
1849: , p_lot_serial_val_tbl => l_lot_serial_val_tbl
1850: , p_old_lot_serial_val_tbl => l_old_lot_serial_val_tbl

Line 1924: OE_Lots_Ack_Util.Insert_Row

1920: IF l_debug_level > 0 THEN
1921: oe_debug_pub.add( 'BEFORE INSERTING REJECTED LINE LOTSERIALS' , 3 ) ;
1922: END IF;
1923:
1924: OE_Lots_Ack_Util.Insert_Row
1925: (p_lot_serial_tbl => l_reject_lot_serial_tbl
1926: ,p_lot_serial_val_tbl => l_reject_lot_serial_val_tbl
1927: ,p_old_lot_serial_tbl => l_reject_lot_serial_tbl
1928: ,p_old_lot_serial_val_tbl => l_reject_lot_serial_val_tbl