DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_MTLTEMPPROC_PRIV

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

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

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

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

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

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