DBA Data[Home] [Help]

APPS.JTF_BRM_PVT dependencies on WF_CORE

Line 39: wf_core.context('JTF_BRM_PVT', 'SELECTOR',

35: END IF;
36: --
37: EXCEPTION
38: WHEN OTHERS THEN
39: wf_core.context('JTF_BRM_PVT', 'SELECTOR',
40: itemtype, itemkey, to_char(actid), funcmode);
41: RAISE;
42: END selector;
43: -----------------------------------------------------------------------------

Line 131: wf_core.context('JTF_BRM_PVT', 'INIT_MONITOR');

127: RETURN TRUE;
128: --
129: EXCEPTION
130: WHEN OTHERS THEN
131: wf_core.context('JTF_BRM_PVT', 'INIT_MONITOR');
132: raise;
133: END init_monitor;
134: -----------------------------------------------------------------------------
135: --

Line 273: wf_core.context('JTF_BRM_PVT', 'START_MONITOR',

269: WHEN OTHERS THEN
270: IF c_parameters%ISOPEN THEN
271: CLOSE c_parameters;
272: END IF;
273: wf_core.context('JTF_BRM_PVT', 'START_MONITOR',
274: itemtype, itemkey, to_char(actid), funcmode);
275: RAISE;
276: END start_monitor;
277: -----------------------------------------------------------------------------

Line 410: wf_core.context('JTF_BRM_PVT', 'CALCULATE_INTERVAL',

406: WHEN OTHERS THEN
407: IF c_lookups%ISOPEN THEN
408: CLOSE c_lookups;
409: END IF;
410: wf_core.context('JTF_BRM_PVT', 'CALCULATE_INTERVAL',
411: itemtype, itemkey, to_char(actid), funcmode);
412: RAISE;
413: END calculate_interval;
414: -----------------------------------------------------------------------------

Line 634: wf_core.context('JTF_BRM_PVT', 'PROCESS_RULES',

630: WHEN OTHERS THEN
631: IF c_object%ISOPEN THEN
632: CLOSE c_object;
633: END IF;
634: wf_core.context('JTF_BRM_PVT', 'PROCESS_RULES',
635: itemtype, itemkey, to_char(actid), funcmode);
636: RAISE;
637: END process_rules;
638: -----------------------------------------------------------------------------

Line 749: wf_core.context('JTF_BRM_PVT', 'CHECK_INTERVAL',

745: END IF;
746: --
747: EXCEPTION
748: WHEN OTHERS THEN
749: wf_core.context('JTF_BRM_PVT', 'CHECK_INTERVAL',
750: itemtype, itemkey, to_char(actid), funcmode);
751: RAISE;
752: END check_interval;
753: -----------------------------------------------------------------------------

Line 877: wf_core.context('JTF_BRM_PVT', 'GET_BRM_COMMAND',

873: END IF;
874: IF c_lookups%ISOPEN THEN
875: CLOSE c_lookups;
876: END IF;
877: wf_core.context('JTF_BRM_PVT', 'GET_BRM_COMMAND',
878: itemtype, itemkey, to_char(actid), funcmode);
879: RAISE;
880: END get_brm_command;
881: -----------------------------------------------------------------------------

Line 957: wf_core.context('JTF_BRM_PVT', 'STOP_MONITOR',

953: END IF;
954: --
955: EXCEPTION
956: WHEN OTHERS THEN
957: wf_core.context('JTF_BRM_PVT', 'STOP_MONITOR',
958: itemtype, itemkey, to_char(actid), funcmode);
959: RAISE;
960: END stop_monitor;
961: -----------------------------------------------------------------------------

Line 1002: wf_core.context('JTF_BRM_PVT', 'COMMIT_WF',

998: END IF;
999: RETURN;
1000: EXCEPTION
1001: WHEN OTHERS THEN
1002: wf_core.context('JTF_BRM_PVT', 'COMMIT_WF',
1003: itemtype, itemkey, to_char(actid), funcmode);
1004: RAISE;
1005: END commit_wf;
1006: -----------------------------------------------------------------------------