DBA Data[Home] [Help]

APPS.XDPCORE_WI dependencies on XDPCORE_ERROR

Line 252: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );

248: IF XDPCORE.is_business_error = 'Y' THEN
249: XDPCORE.context('XDPCORE_WI', 'EVALUATE_ALL_WIS_PARAMS', itemtype, itemkey );
250:
251: --Log the error at the top level call
252: XDPCORE_ERROR.LOG_SESSION_ERROR( 'BUSINESS' );
253: --Set the workitem instance id of which evaluation failed..
254: --we cant set this in the lower calls where the error is occurred
255: --as we are doing a roll back on error...
256: wf_engine.SetItemAttrNumber(itemtype => EVALUATE_ALL_WIS_PARAMS.itemtype,