DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_AGING_WF_PUB dependencies on WF_CORE

Line 135: wf_core.context('AS_SALES_LEAD_AGING_WF_PUB',

131: x_return_status := l_result ;
132:
133: EXCEPTION
134: when others then
135: wf_core.context('AS_SALES_LEAD_AGING_WF_PUB',
136: 'StartSalesLeadAgingProcess',
137: workflowprocess, l_item_key );
138: raise;
139:

Line 260: wf_core.context('AS_SALES_LEAD_AGING_WF_PUB',

256:
257: EXCEPTION
258: when others then
259: result := 'COMPLETE:'||C_START_FROM_ERROR;
260: wf_core.context('AS_SALES_LEAD_AGING_WF_PUB',
261: 'DetermineStartFromProcess',
262: itemtype, itemkey, to_char(actid), funcmode);
263: raise;
264: