DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_FLOWRESCHARGE

Line 99: wip_flowResCharge.chargeResourceAndOverhead(p_txnTempID,

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