DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on WIP_MTLTEMPPROC_PRIV

Line 290: /*Bug 6417742 (FP of 6342851) - Commented label printing call, this API will be called from WIP_MTLTEMPPROC_PRIV.PROCESSWIP.

286: raise fnd_api.g_exc_unexpected_error;
287: end if;
288:
289:
290: /*Bug 6417742 (FP of 6342851) - Commented label printing call, this API will be called from WIP_MTLTEMPPROC_PRIV.PROCESSWIP.
291: -- print label
292: wip_utilities.print_label(p_txn_id => p_processHeaderID,
293: p_table_type => 2, --MMTT
294: p_ret_status => returnStatus,

Line 359: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,

355: /*End - Fix for bug #6216695, which is an FP of 6082623:
356: Delete MTLT and MSNT records also*/
357:
358: --process the components
359: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
360: p_txnHdrID => p_processHeaderID,
361: p_txnMode => wip_constants.online,
362: p_destroyQtyTrees => fnd_api.g_true,
363: p_endDebug => fnd_api.g_false,

Line 546: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => p_processHeaderID,

542: raise fnd_api.g_exc_unexpected_error;
543: end if;
544:
545: --move the components to MMTT
546: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => p_processHeaderID,
547: p_initMsgList => fnd_api.g_true,
548: x_returnStatus => x_return_status);
549: if(x_return_status <> fnd_api.g_ret_sts_success) then
550: if (l_logLevel <= wip_constants.full_logging) then

Line 558: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,

554: raise fnd_api.g_exc_unexpected_error;
555: end if;
556:
557: --process the components
558: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
559: p_txnHdrID => p_processHeaderID,
560: p_txnMode => wip_constants.online,
561: p_destroyQtyTrees => fnd_api.g_true,
562: p_endDebug => fnd_api.g_false,