DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 272: insert into mtl_material_transactions_temp

268: errMessage OUT NOCOPY VARCHAR2) return boolean
269: is
270: begin
271: -- Added columns for bug 14321609.
272: insert into mtl_material_transactions_temp
273: (transaction_header_id,
274: transaction_temp_id,
275: completion_transaction_id,
276: transaction_mode,

Line 380: from mtl_material_transactions_temp

376: /* Start: Bug 6013398.
377: Start of fix for bug 4253002
378: select transaction_header_id
379: into l_txnHdrID
380: from mtl_material_transactions_temp
381: where transaction_temp_id = l_txnTmpID;
382:
383: wip_utilities.print_label(p_txn_id => l_txnTmpID,
384: p_table_type => 2, --MMTT

Line 426: delete mtl_material_transactions_temp

422: end if;
423:
424: /* commented out for bug 6354507.
425: --and delete it
426: delete mtl_material_transactions_temp
427: where transaction_temp_id = l_txnTmpID; */
428:
429: -- insert into the wip table
430: if (put(lpnCmpRecord, error) = FALSE) then