DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on WF_CORE

Line 124: wf_core.context('ben_on_line_lf_evt', 'Start_on_line_lf_evt_proc',

120: --
121: when others then
122: -- The line below records this function call in the error system
123: -- in the case of an exception.
124: wf_core.context('ben_on_line_lf_evt', 'Start_on_line_lf_evt_proc',
125: itemtype, itemkey); -- ???? add any parameters here.
126: raise;
127: --
128: end Start_on_line_lf_evt_proc;

Line 156: wf_core.context('ben_on_line_lf_evt', 'End_on_line_lf_evt_proc',

152: --
153: when others then
154: -- The line below records this function call in the error system
155: -- in the case of an exception.
156: wf_core.context('ben_on_line_lf_evt', 'End_on_line_lf_evt_proc',
157: itemtype, itemkey, to_char(actid), funcmode);
158: raise;
159: --
160: end End_on_line_lf_evt_proc;

Line 217: wf_core.context('ben_on_line_lf_evt', 'Selector',

213: --
214: when others then
215: -- The line below records this function call in the error system
216: -- in the case of an exception.
217: wf_core.context('ben_on_line_lf_evt', 'Selector',
218: itemtype, itemkey, to_char(actid), funcmode);
219: raise;
220: --
221: end Selector;

Line 357: wf_core.context('ben_on_line_lf_evt', 'p_cnt_ple' || substr(mesg, 1, 10),

353: when others then
354: -- The line below records this function call in the error system
355: -- in the case of an exception.
356: mesg := fnd_message.get;
357: wf_core.context('ben_on_line_lf_evt', 'p_cnt_ple' || substr(mesg, 1, 10),
358: itemtype, itemkey, to_char(actid), funcmode);
359: raise;
360: --
361: --

Line 449: wf_core.context('ben_on_line_lf_evt', 'p_run_form',

445: --
446: when others then
447: -- The line below records this function call in the error system
448: -- in the case of an exception.
449: wf_core.context('ben_on_line_lf_evt', 'p_run_form',
450: itemtype, itemkey, to_char(actid), funcmode);
451: raise;
452: --
453: end p_run_form;

Line 897: wf_core.context('ben_on_line_lf_evt', 'p_evt_lf_events' ,

893: --
894: -- Completed with Errors.
895: --
896: resultout := 'COMPLETE:ERROR';
897: wf_core.context('ben_on_line_lf_evt', 'p_evt_lf_events' ,
898: itemtype, itemkey, to_char(actid), funcmode);
899: return;
900: --
901: end p_evt_lf_events;

Line 1040: wf_core.context('ben_on_line_lf_evt', 'p_mng_lf_events' ,

1036: --
1037: -- Completed with Errors.
1038: --
1039: resultout := 'COMPLETE:ERROR';
1040: wf_core.context('ben_on_line_lf_evt', 'p_mng_lf_events' ,
1041: itemtype, itemkey, to_char(actid), funcmode);
1042: return;
1043: --
1044: end p_mng_lf_events;

Line 1165: wf_core.context('ben_on_line_lf_evt', 'p_have_elctbl_chcs' ,

1161: --
1162: -- Completed with Errors.
1163: --
1164: resultout := 'COMPLETE:E';
1165: wf_core.context('ben_on_line_lf_evt', 'p_have_elctbl_chcs' ,
1166: itemtype, itemkey, to_char(actid), funcmode);
1167: return;
1168: --
1169: end p_have_elctbl_chcs;

Line 1281: wf_core.context('ben_on_line_lf_evt', 'p_can_prtcpnt_enrl' ,

1277: --
1278: -- Completed with Errors.
1279: --
1280: resultout := 'COMPLETE:E';
1281: wf_core.context('ben_on_line_lf_evt', 'p_can_prtcpnt_enrl' ,
1282: itemtype, itemkey, to_char(actid), funcmode);
1283: return;
1284: --
1285: end p_can_prtcpnt_enrl;

Line 1834: wf_core.context('ben_on_line_lf_evt', 'p_context_def' ,

1830: --
1831: -- Completed with Errors.
1832: --
1833: resultout := 'COMPLETE:E';
1834: wf_core.context('ben_on_line_lf_evt', 'p_context_def' ,
1835: itemtype, itemkey, to_char(actid), funcmode);
1836: raise;
1837: --
1838: end p_context_def;