DBA Data[Home] [Help]

APPS.WF_OAM_METRICS dependencies on WF_CORE

Line 25: wf_core.context('WF_METRICS', 'workItemsStatConcurrent' );

21:
22: exception
23: when others then
24: errorCode := '2';
25: wf_core.context('WF_METRICS', 'workItemsStatConcurrent' );
26: raise;
27:
28: end workItemsStatConcurrent;
29:

Line 72: wf_core.context('WF_METRICS', 'populateWorkItemGraphsData' );

68: user_name = '-WF_DEFAULT-';
69:
70: exception
71: when others then
72: wf_core.context('WF_METRICS', 'populateWorkItemGraphsData' );
73: raise;
74:
75:
76: end populateWorkItemsGraphData;

Line 120: wf_core.context('WF_METRICS', 'populateActiveWorkItemsData' );

116: when others then
117: if wf_items_cursor%ISOPEN then
118: close wf_items_cursor;
119: end if;
120: wf_core.context('WF_METRICS', 'populateActiveWorkItemsData' );
121: raise;
122:
123: end populateActiveWorkItemsData;
124:

Line 167: wf_core.context('WF_METRICS', 'populateErroredWorkItemsData' );

163: when others then
164: if wf_items_cursor%isopen then
165: close wf_items_cursor;
166: end if;
167: wf_core.context('WF_METRICS', 'populateErroredWorkItemsData' );
168: raise;
169:
170: end populateErroredWorkItemsData;
171:

Line 214: wf_core.context('WF_METRICS', 'populateDeferredWorkItemsData' );

210: when others then
211: if wf_items_cursor%isopen then
212: close wf_items_cursor;
213: end if;
214: wf_core.context('WF_METRICS', 'populateDeferredWorkItemsData' );
215: raise;
216:
217: end populateDeferredWorkItemsData;
218:

Line 261: wf_core.context('WF_METRICS', 'populateSuspendedWorkItemsData' );

257: when others then
258: if wf_items_cursor%isopen then
259: close wf_items_cursor;
260: end if;
261: wf_core.context('WF_METRICS', 'populateSuspendedWorkItemsData' );
262: raise;
263:
264: end populateSuspendedWorkItemsData;
265:

Line 313: wf_core.context('WF_METRICS', 'populateCompletedWorkItemsData' );

309: when others then
310: if wf_items_cursor%ISOPEN then
311: close wf_items_cursor;
312: end if;
313: wf_core.context('WF_METRICS', 'populateCompletedWorkItemsData' );
314: raise;
315:
316: end populateCompletedWorkItemsData;
317:

Line 337: wf_core.context('WF_METRICS', 'agentActivityStatConcurrent' );

333:
334: exception
335: when others then
336: errorCode := '2';
337: wf_core.context('WF_METRICS', 'agentActivityStatConcurrent' );
338: raise;
339:
340: end agentActivityStatConcurrent;
341:

Line 378: wf_core.context('WF_METRICS', 'populateAgentActivityGraphData' );

374: user_name = '-WF_DEFAULT-';
375:
376: exception
377: when others then
378: wf_core.context('WF_METRICS', 'populateAgentActivityGraphData' );
379: raise;
380:
381: end populateAgentActivityGraphData;
382:

Line 400: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));

396: cursor wf_agents_cursor is
397: SELECT distinct(queue_name) as queue_name FROM wf_agents
398: WHERE queue_name is not null
399: AND queue_name not like '%WF_SMTP_O_1_QUEUE'
400: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));
401:
402:
403: begin
404:

Line 429: system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));

425: SET NUM_READY = readyCount, NUM_WAITING = waitingCount,
426: NUM_EXPIRED = expiredCount, NUM_UNDELIV = undeliverableCount,
427: NUM_ERROR = erroredCount, NUM_PROCESS = processedCount
428: WHERE queue_name = agent_row.queue_name and
429: system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));
430:
431: end loop;
432:
433: update fnd_user_preferences

Line 441: wf_core.context('WF_METRICS', 'populateAgentActivityData' );

437: user_name = '-WF_DEFAULT-';
438:
439: exception
440: when others then
441: wf_core.context('WF_METRICS', 'populateAgentActivityData' );
442: raise;
443:
444: end populateAgentActivityData;
445:

Line 465: wf_core.context('WF_METRICS', 'extractAgentName' );

461: return agentName;
462:
463: exception
464: when others then
465: wf_core.context('WF_METRICS', 'extractAgentName' );
466: raise;
467:
468: end extractAgentName;
469:

Line 489: wf_core.context('WF_METRICS', 'ntfMailerStatConcurrent' );

485:
486: exception
487: when others then
488: errorCode := '2';
489: wf_core.context('WF_METRICS', 'ntfMailerStatConcurrent' );
490: raise;
491:
492:
493: end ntfMailerStatConcurrent;

Line 527: wf_core.context('WF_METRICS', 'populateNtfMailerGraphData' );

523: user_name = '-WF_DEFAULT-';
524:
525: exception
526: when others then
527: wf_core.context('WF_METRICS', 'populateNtfMailerGraphData' );
528: raise;
529:
530:
531: end populateNtfMailerGraphData;