DBA Data[Home] [Help]

APPS.PSP_ER_WF_CUSTOM dependencies on WF_CORE

Line 29: wf_core.context('PSP_EFFORT_REPORTS', 'SET_CUSTOM_WF_ADMIN', itemtype, itemkey,

25: null;
26: EXCEPTION
27: WHEN OTHERS THEN
28: result := 'ERROR';
29: wf_core.context('PSP_EFFORT_REPORTS', 'SET_CUSTOM_WF_ADMIN', itemtype, itemkey,
30: to_char(actid), funcmode);
31: raise;
32: end set_custom_wf_Admin;
33:

Line 93: wf_core.context('PSP_EFFORT_REPORTS', 'SET_CUSTOM_TIMEOUT_APPROVER', itemtype, itemkey,

89: null;
90: EXCEPTION
91: WHEN OTHERS THEN
92: result := 'ERROR';
93: wf_core.context('PSP_EFFORT_REPORTS', 'SET_CUSTOM_TIMEOUT_APPROVER', itemtype, itemkey,
94: to_char(actid), funcmode);
95: raise;
96: end set_custom_timeout_approver;
97: end;