DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 271: insert into mtl_material_transactions_temp

267: txnTmpID OUT NOCOPY NUMBER,
268: errMessage OUT NOCOPY VARCHAR2) return boolean
269: is
270: begin
271: insert into mtl_material_transactions_temp
272: (transaction_header_id,
273: transaction_temp_id,
274: completion_transaction_id,
275: transaction_mode,

Line 375: from mtl_material_transactions_temp

371: /* Start: Bug 6013398.
372: Start of fix for bug 4253002
373: select transaction_header_id
374: into l_txnHdrID
375: from mtl_material_transactions_temp
376: where transaction_temp_id = l_txnTmpID;
377:
378: wip_utilities.print_label(p_txn_id => l_txnTmpID,
379: p_table_type => 2, --MMTT

Line 421: delete mtl_material_transactions_temp

417: end if;
418:
419: /* commented out for bug 6354507.
420: --and delete it
421: delete mtl_material_transactions_temp
422: where transaction_temp_id = l_txnTmpID; */
423:
424: -- insert into the wip table
425: if (put(lpnCmpRecord, error) = FALSE) then