DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_CPLPROC_PRIV

Line 9102: wip_cplProc_priv.preAllocateSchedules(

9098:
9099: FOR l_repAssembly IN c_repAssembly(p_header_id => p_gib.assy_header_id) LOOP
9100: -- Preallocate if repetitive schedule. This API will allocate primary
9101: -- quantity to appropriate schedules.
9102: wip_cplProc_priv.preAllocateSchedules(
9103: p_txnHdrID => p_gib.assy_header_id,
9104: p_cplTxnID => l_repAssembly.cpl_txn_id,
9105: p_txnActionID => l_repAssembly.txn_action_id,
9106: p_wipEntityID => l_repAssembly.txn_src_id,

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

9109: p_endDebug => fnd_api.g_false,
9110: x_returnStatus => x_returnStatus);
9111:
9112: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
9113: l_errMsg := 'wip_cplProc_priv.preAllocateSchedules failed' ;
9114: raise fnd_api.g_exc_unexpected_error;
9115: END IF;
9116: END LOOP;
9117: