DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_MTLTEMPPROC_PRIV

Line 269: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => p_txnHdrID,

265: end if;
266:
267: if(x_returnStatus = fnd_api.g_ret_sts_success) then
268: --move assy and component records to MMTT
269: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => p_txnHdrID,
270: p_initMsgList => fnd_api.g_true,
271: x_returnStatus => x_returnStatus);
272: end if;
273:

Line 277: wip_mtlTempProc_priv.processTemp(p_txnHdrID => p_txnHdrID,

273:
274: if(x_returnStatus = fnd_api.g_ret_sts_success) then
275: -- process the request
276: if(fnd_api.to_boolean(p_processInv)) then
277: wip_mtlTempProc_priv.processTemp(p_txnHdrID => p_txnHdrID,
278: p_initMsgList => fnd_api.g_true,
279: p_txnMode => wip_constants.online,
280: p_destroyQtyTrees => fnd_api.g_true,
281: p_endDebug => fnd_api.g_false,

Line 286: wip_mtlTempProc_priv.processWIP(p_txnTmpID => p_txnTmpID,

282: x_returnStatus => x_returnStatus,
283: x_errorMsg => x_errorMessage);
284: else
285: --only do wip processing
286: wip_mtlTempProc_priv.processWIP(p_txnTmpID => p_txnTmpID,
287: p_processLpn => fnd_api.g_true,
288: x_returnStatus => x_returnStatus,
289: x_errorMsg => x_errorMessage);
290: end if;