DBA Data[Home] [Help]

APPS.WIP_DISCRETE_WS_MOVE dependencies on WIP_MTLTEMPPROC_PRIV

Line 250: wip_mtlTempProc_priv.validateInterfaceTxns(

246: end if;
247:
248: -- process online move transactions
249: if ( moveData.compHeaderID is not null ) then
250: wip_mtlTempProc_priv.validateInterfaceTxns(
251: p_txnHdrID => moveData.compHeaderID,
252: p_addMsgToStack => fnd_api.g_true,
253: p_rollbackOnErr => fnd_api.g_true,
254: x_returnStatus => l_returnStatus);

Line 264: wip_mtlTempProc_priv.validateInterfaceTxns(

260: return;
261: end if;
262:
263: if ( moveData.assyHeaderID is not null AND moveData.assyHeaderID <> moveData.compHeaderID ) then
264: wip_mtlTempProc_priv.validateInterfaceTxns(
265: p_txnHdrID => moveData.assyHeaderID,
266: p_addMsgToStack => fnd_api.g_true,
267: p_rollbackOnErr => fnd_api.g_true,
268: x_returnStatus => l_returnStatus);