DBA Data[Home] [Help]

APPS.CCT_ROUTINGACTIVITIES_PUB dependencies on WF_CORE

Line 78: IF (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then

74:
75: EXCEPTION
76: WHEN OTHERS THEN
77: -- if the customer id is not found
78: IF (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
79: WF_CORE.CLEAR;
80: -- default result returned
81: RETURN;
82: END IF;

Line 79: WF_CORE.CLEAR;

75: EXCEPTION
76: WHEN OTHERS THEN
77: -- if the customer id is not found
78: IF (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
79: WF_CORE.CLEAR;
80: -- default result returned
81: RETURN;
82: END IF;
83:

Line 85: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

81: RETURN;
82: END IF;
83:
84: -- for other errors
85: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
86: itemkey, to_char(actid), funmode);
87: RAISE;
88: END DuringBusinessHours;
89:

Line 133: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then

129:
130: exception
131: when others then
132: -- if the customer id is not found
133: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
134: WF_CORE.CLEAR;
135: -- default result returned
136: return;
137: end if;

Line 134: WF_CORE.CLEAR;

130: exception
131: when others then
132: -- if the customer id is not found
133: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
134: WF_CORE.CLEAR;
135: -- default result returned
136: return;
137: end if;
138:

Line 140: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

136: return;
137: end if;
138:
139: -- for other errors
140: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
141: itemkey, to_char(actid), funmode);
142: raise;
143: end HourOfDay;
144:

Line 198: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

194: /* ************ */
195:
196: Exception
197: when others then
198: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
199: itemkey, to_char(actid), funmode);
200: raise;
201: end BeforeTime;
202:

Line 256: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

252: /* ************ */
253:
254: Exception
255: when others then
256: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
257: itemkey, to_char(actid), funmode);
258: raise;
259: end AfterTime;
260:

Line 307: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

303: l_day := RTRIM(to_char(l_dateval1, 'DAY')) ;
304: resultout := wf_engine.eng_completed||':'||l_day;
305: exception
306: when others then
307: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
308: itemkey, to_char(actid), funmode);
309: raise;
310: end DayOfWeek;
311:

Line 353: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then

349:
350: exception
351: when others then
352: -- if the customer id is not found
353: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
354: WF_CORE.CLEAR;
355: -- default result returned
356: return;
357: end if;

Line 354: WF_CORE.CLEAR;

350: exception
351: when others then
352: -- if the customer id is not found
353: if (WF_CORE.Error_Name = 'WFENG_ITEM_ATTR') then
354: WF_CORE.CLEAR;
355: -- default result returned
356: return;
357: end if;
358:

Line 360: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

356: return;
357: end if;
358:
359: -- for other errors
360: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
361: itemkey, to_char(actid), funmode);
362: raise;
363: end DayOfMonth;
364:

Line 416: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

412: end if;
413:
414: Exception
415: when others then
416: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
417: itemkey, to_char(actid), funmode);
418: raise;
419: end BeforeDate;
420:

Line 471: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

467:
468:
469: Exception
470: when others then
471: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
472: itemkey, to_char(actid), funmode);
473: raise;
474: end AfterDate;
475:

Line 531: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

527: end if;
528:
529: Exception
530: when others then
531: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
532: itemkey, to_char(actid), funmode);
533: raise;
534: end BetweenDates;
535: -- Line 503

Line 597: WF_CORE.Context(G_PKG_NAME, l_proc_name,

593:
594: end if;
595: EXCEPTION
596: WHEN OTHERS THEN
597: WF_CORE.Context(G_PKG_NAME, l_proc_name,
598: itemtype, itemkey, to_char(actid), funmode);
599: RAISE;
600:
601: END Set_Lang_Comp_Filter;

Line 663: WF_CORE.Context(G_PKG_NAME, l_proc_name,

659:
660: end if;
661: EXCEPTION
662: WHEN OTHERS THEN
663: WF_CORE.Context(G_PKG_NAME, l_proc_name,
664: itemtype, itemkey, to_char(actid), funmode);
665: RAISE;
666:
667: END Set_Know_Comp_Filter;

Line 729: WF_CORE.Context(G_PKG_NAME, l_proc_name,

725:
726: end if;
727: EXCEPTION
728: WHEN OTHERS THEN
729: WF_CORE.Context(G_PKG_NAME, l_proc_name,
730: itemtype, itemkey, to_char(actid), funmode);
731: RAISE;
732:
733: END Set_Prod_Comp_Filter;

Line 794: WF_CORE.Context(G_PKG_NAME, l_proc_name,

790:
791: end if;
792: EXCEPTION
793: WHEN OTHERS THEN
794: WF_CORE.Context(G_PKG_NAME, l_proc_name,
795: itemtype, itemkey, to_char(actid), funmode);
796: RAISE;
797:
798: END Set_DNIS_Comp_Filter;

Line 859: WF_CORE.Context(G_PKG_NAME, l_proc_name, itemtype,

855: END IF;
856:
857: EXCEPTION
858: WHEN OTHERS THEN
859: WF_CORE.Context(G_PKG_NAME, l_proc_name, itemtype,
860: itemkey, to_char(actid), funmode);
861: RAISE;
862:
863: END Get_Srv_Group_From_MCMID;

Line 1388: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

1384: END IF;
1385: END IF;
1386: Exception
1387: when others then
1388: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
1389: itemkey, to_char(actid), funmode);
1390: raise;
1391: end Get_Media_Type;
1392:

Line 1438: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,

1434: End if;
1435: End if;
1436: Exception
1437: when others then
1438: Wf_Core.Context(G_PKG_NAME, l_proc_name, itemtype,
1439: itemkey, to_char(actid), funmode);
1440: raise;
1441: end;
1442: