DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on MTL_SERIAL_NUMBERS_TEMP

Line 346: delete mtl_serial_numbers_temp

342: where transaction_temp_id = p_processTempID;
343:
344: /*Start - Fix for bug #6216695, which is an FP of 6082623:
345: Delete MTLT and MSNT records also*/
346: delete mtl_serial_numbers_temp
347: where transaction_temp_id = p_processTempID
348: or transaction_temp_id in (
349: select serial_transaction_temp_id
350: from mtl_transaction_lots_temp

Line 606: delete mtl_serial_numbers_temp

602: where transaction_temp_id = l_cmpl_txnTmpID;
603:
604: /* Fix for bug 4253002: Dummy mtlt and msnt records created in putintoMMTT()
605: will also be deleted along with the parent MMTT record. */
606: delete mtl_serial_numbers_temp
607: where transaction_temp_id = l_cmpl_txnTmpID
608: or transaction_temp_id in (
609: select serial_transaction_temp_id
610: from mtl_transaction_lots_temp