DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PVT dependencies on OE_LOTS_ACK_UTIL

Line 1873: OE_Lots_Ack_Util.Insert_Row

1869: IF l_debug_level > 0 THEN
1870: oe_debug_pub.add( 'BEFORE INSERTING LINE LOTSERIAL ACKNOWLEDGMENT RECORD' , 3 ) ;
1871: END IF;
1872:
1873: OE_Lots_Ack_Util.Insert_Row
1874: ( p_lot_serial_tbl => l_lot_serial_tbl
1875: , p_old_lot_serial_tbl => l_old_lot_serial_tbl
1876: , p_lot_serial_val_tbl => l_lot_serial_val_tbl
1877: , p_old_lot_serial_val_tbl => l_old_lot_serial_val_tbl

Line 1951: OE_Lots_Ack_Util.Insert_Row

1947: IF l_debug_level > 0 THEN
1948: oe_debug_pub.add( 'BEFORE INSERTING REJECTED LINE LOTSERIALS' , 3 ) ;
1949: END IF;
1950:
1951: OE_Lots_Ack_Util.Insert_Row
1952: (p_lot_serial_tbl => l_reject_lot_serial_tbl
1953: ,p_lot_serial_val_tbl => l_reject_lot_serial_val_tbl
1954: ,p_old_lot_serial_tbl => l_reject_lot_serial_tbl
1955: ,p_old_lot_serial_val_tbl => l_reject_lot_serial_val_tbl