DBA Data[Home] [Help]

APPS.WIP_BATCH_MOVE dependencies on WIP_SERIAL_MOVE_INTERFACE

Line 870: -- Need to insert record into WIP_SERIAL_MOVE_INTERFACE

866:
867: l_process_phase := '4';
868: IF(p_assy_serial IS NOT NULL) THEN
869: -- If serialized express move from search serial, quantity is always 1.
870: -- Need to insert record into WIP_SERIAL_MOVE_INTERFACE
871: IF(wma_move.insertSerial(groupID => x_group_id,
872: transactionID => l_txn_id,
873: serialNumber => p_assy_serial,
874: errMessage => l_error_msg) = FALSE) THEN

Line 881: INSERT INTO wip_serial_move_interface

877: END IF;
878: ELSE
879: -- If serialized express move from dispatch list or search job, quantity
880: -- can be more than one. Need to insert serial records into wsmi.
881: INSERT INTO wip_serial_move_interface
882: (transaction_id,
883: assembly_serial_number,
884: creation_date,
885: created_by,