DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_AGING_WF_PUB dependencies on AS_SALES_LEAD_AGING_WF_PUB

Line 1: PACKAGE BODY AS_SALES_LEAD_AGING_WF_PUB AS

1: PACKAGE BODY AS_SALES_LEAD_AGING_WF_PUB AS
2: /* $Header: asxslagb.pls 115.2 2002/11/06 00:49:47 appldev ship $ */
3:
4: ------------------------
5: -- Constants Definition

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:

Line 267: END AS_SALES_LEAD_AGING_WF_PUB;

263: raise;
264:
265: END DetermineStartFromProcess;
266:
267: END AS_SALES_LEAD_AGING_WF_PUB;
268: