DBA Data[Home] [Help]

APPS.AS_LEAD_ASSIGN_WF dependencies on WF_CORE

Line 100: wf_core.context(Item_type, 'StartProcess', p_sales_lead_id,

96:
97: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: Startprocess End');
98: EXCEPTION
99: when others then
100: wf_core.context(Item_type, 'StartProcess', p_sales_lead_id,
101: Workflowprocess);
102: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_ERROR,
103: 'error in StartProcess');
104: -- dbms_output.put_line('Error in AS_LEAD_ASSIGN_WF: Startprocess ');

Line 136: wf_core.context(Itemtype, 'CheckAssignID', itemtype, itemkey,

132:
133: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: CheckAssignID end - '||result);
134: EXCEPTION
135: when others then
136: wf_core.context(Itemtype, 'CheckAssignID', itemtype, itemkey,
137: to_char(actid), funcmode);
138: raise;
139:
140: END CheckAssignID;

Line 234: wf_core.context(Itemtype, 'AssignLead', itemtype, itemkey,

230:
231: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: AssignLead end');
232: EXCEPTION
233: when others then
234: wf_core.context(Itemtype, 'AssignLead', itemtype, itemkey,
235: to_char(actid), funcmode);
236: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_ERROR,
237: 'error in AssignLead');
238: raise;

Line 272: wf_core.context(Itemtype, 'GetAcceptTime', itemtype, itemkey,

268:
269: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: GetAcceptTime end');
270: EXCEPTION
271: when others then
272: wf_core.context(Itemtype, 'GetAcceptTime', itemtype, itemkey,
273: to_char(actid), funcmode);
274: raise;
275:
276: END GetAcceptTime;

Line 317: wf_core.context(Itemtype, 'CheckAccepted', itemtype, itemkey,

313:
314: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: CheckAccepted end');
315: EXCEPTION
316: when others then
317: wf_core.context(Itemtype, 'CheckAccepted', itemtype, itemkey,
318: to_char(actid), funcmode);
319: raise;
320:
321: END CheckAccepted;

Line 349: wf_core.context(Itemtype, 'CheckforAbandon', itemtype, itemkey,

345:
346: -- dbms_output.put_line('AS_LEAD_ASSIGN_WF: CheckforAbandon end');
347: EXCEPTION
348: when others then
349: wf_core.context(Itemtype, 'CheckforAbandon', itemtype, itemkey,
350: to_char(actid), funcmode);
351: raise;
352:
353: END CheckforAbandon;