DBA Data[Home] [Help]

APPS.WIP_BATCH_MOVE dependencies on WMA_MOVE

Line 871: IF(wma_move.insertSerial(groupID => x_group_id,

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
875: -- insert statement error out