DBA Data[Home] [Help]

APPS.WIP_DISCRETE_WS_MOVE dependencies on WIP_MTLTEMPPROC_PRIV

Line 279: wip_mtlTempProc_priv.validateInterfaceTxns(

275: end if;
276:
277: -- process online move transactions
278: if ( moveData.compHeaderID is not null ) then
279: wip_mtlTempProc_priv.validateInterfaceTxns(
280: p_txnHdrID => moveData.compHeaderID,
281: p_addMsgToStack => fnd_api.g_true,
282: p_rollbackOnErr => fnd_api.g_true,
283: x_returnStatus => l_returnStatus);

Line 293: wip_mtlTempProc_priv.validateInterfaceTxns(

289: return;
290: end if;
291:
292: if ( moveData.assyHeaderID is not null AND moveData.assyHeaderID <> moveData.compHeaderID ) then
293: wip_mtlTempProc_priv.validateInterfaceTxns(
294: p_txnHdrID => moveData.assyHeaderID,
295: p_addMsgToStack => fnd_api.g_true,
296: p_rollbackOnErr => fnd_api.g_true,
297: x_returnStatus => l_returnStatus);