DBA Data[Home] [Help]

APPS.WIP_BATCH_MOVE dependencies on WIP_SERIAL_MOVE_INTERFACE

Line 981: -- Need to insert record into WIP_SERIAL_MOVE_INTERFACE

977:
978: l_process_phase := '4';
979: IF(p_assy_serial IS NOT NULL) THEN
980: -- If serialized express move from search serial, quantity is always 1.
981: -- Need to insert record into WIP_SERIAL_MOVE_INTERFACE
982: IF(wma_move.insertSerial(groupID => x_group_id,
983: transactionID => l_txn_id,
984: serialNumber => p_assy_serial,
985: errMessage => l_error_msg) = FALSE) THEN

Line 992: INSERT INTO wip_serial_move_interface

988: END IF;
989: ELSE
990: -- If serialized express move from dispatch list or search job, quantity
991: -- can be more than one. Need to insert serial records into wsmi.
992: INSERT INTO wip_serial_move_interface
993: (transaction_id,
994: assembly_serial_number,
995: creation_date,
996: created_by,