DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_CPLPROC_PRIV

Line 9375: wip_cplProc_priv.preAllocateSchedules(

9371:
9372: FOR l_repAssembly IN c_repAssembly(p_header_id => p_gib.assy_header_id) LOOP
9373: -- Preallocate if repetitive schedule. This API will allocate primary
9374: -- quantity to appropriate schedules.
9375: wip_cplProc_priv.preAllocateSchedules(
9376: p_txnHdrID => p_gib.assy_header_id,
9377: p_cplTxnID => l_repAssembly.cpl_txn_id,
9378: p_txnActionID => l_repAssembly.txn_action_id,
9379: p_wipEntityID => l_repAssembly.txn_src_id,

Line 9386: l_errMsg := 'wip_cplProc_priv.preAllocateSchedules failed' ;

9382: p_endDebug => fnd_api.g_false,
9383: x_returnStatus => x_returnStatus);
9384:
9385: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
9386: l_errMsg := 'wip_cplProc_priv.preAllocateSchedules failed' ;
9387: raise fnd_api.g_exc_unexpected_error;
9388: END IF;
9389: END LOOP;
9390: