DBA Data[Home] [Help]

APPS.AS_LEAD_ABANDON_WF dependencies on WF_CORE

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

88: -- dbms_output.put_line('AS_LEAD_ABANDON_WF: Startprocess end');
89:
90: EXCEPTION
91: when others then
92: wf_core.context(Item_type, 'StartProcess', p_sales_lead_id,
93: Workflowprocess);
94: x_return_status := 'ERROR';
95: raise;
96: END StartProcess;

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

126: END IF;
127:
128: EXCEPTION
129: when others then
130: wf_core.context(Itemtype, 'GetAcceptTime', itemtype, itemkey,
131: to_char(actid),funcmode);
132: raise;
133:
134: END GetAbandonTime;

Line 160: wf_core.context(Itemtype, 'GetAbandonAction', itemtype, itemkey,

156: END IF ;
157:
158: EXCEPTION
159: when others then
160: wf_core.context(Itemtype, 'GetAbandonAction', itemtype, itemkey,
161: to_char(actid),funcmode);
162: raise;
163: END GetAbandonAction;
164:

Line 216: wf_core.context(itemtype, 'GetResourceGroup', itemtype, itemkey,

212: END IF;
213:
214: EXCEPTION
215: when others then
216: wf_core.context(itemtype, 'GetResourceGroup', itemtype, itemkey,
217: to_char(actid),funcmode);
218: result := 'COMPLETE:ERROR';
219: raise;
220: END GetResourceGroup;