DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_FLOWRESCHARGE

Line 102: wip_flowResCharge.chargeResourceAndOverhead(p_txnTempID,

98:
99: -- Step 3:
100: -- Explode the Routing and insert the resource and overhead charge
101: -- information into WCTI.
102: wip_flowResCharge.chargeResourceAndOverhead(p_txnTempID,
103: l_returnStatus);
104: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
105: raise processing_exception;
106: end if;