DBA Data[Home] [Help]

APPS.WMA_MOVE dependencies on WIP_MTLTEMPPROC_PRIV

Line 148: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => parameters.mtl_header_id,

144: --assy record in MTI does not exist. Thus the 'orphaned' l/s info in MSNI/MTLI will
145: --remain there even after the validateInterfaceTxns() call until the assy record is
146: --inserted and processed in the wma_completion.process() call further below
147: IF(parameters.txnType <> WIP_CONSTANTS.RET_TXN) THEN
148: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => parameters.mtl_header_id,
149: p_initMsgList => fnd_api.g_true,
150: x_returnStatus => l_returnStatus);
151: IF(l_returnStatus <> fnd_api.g_ret_sts_success) THEN
152: /* Bug 5727205 : Commented out commit. No need to commit if validation fails.