DBA Data[Home] [Help]

APPS.WIP_MTLINTERFACEPROC_PUB dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 271: from mtl_material_transactions_temp

267: select transaction_temp_id txnTmpID,
268: transaction_action_id txnActionID,
269: completion_transaction_id cplTxnID,
270: move_transaction_id movTxnID
271: from mtl_material_transactions_temp
272: where transaction_header_id = p_txnHdrID;
273: l_params wip_logger.param_tbl_t;
274: l_msg VARCHAR2(2000);/* Fix for bug 6034320 */
275: l_logLevel NUMBER := to_number(fnd_log.g_current_runtime_level);