DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on BEN_ON_LINE_LF_EVT

Line 1: PACKAGE BODY ben_on_line_lf_evt AS

1: PACKAGE BODY ben_on_line_lf_evt AS
2: /* $Header: benollet.pkb 120.8 2006/07/10 07:22:14 vborkar ship $ */
3: --
4: g_package varchar2(80) := 'ben_on_line_lf_evt';
5: g_benefit_action_id number;

Line 4: g_package varchar2(80) := 'ben_on_line_lf_evt';

1: PACKAGE BODY ben_on_line_lf_evt AS
2: /* $Header: benollet.pkb 120.8 2006/07/10 07:22:14 vborkar ship $ */
3: --
4: g_package varchar2(80) := 'ben_on_line_lf_evt';
5: g_benefit_action_id number;
6: --
7: PROCEDURE error_simulation is
8: begin

Line 35: -- Cursor C_Seq is select ben_on_line_lf_evt_s.nextval from sys.dual;

31: --
32: -- 9999Sequence number to append the person_id so that many process instances can be
33: -- launched for a single person.
34: --
35: -- Cursor C_Seq is select ben_on_line_lf_evt_s.nextval from sys.dual;
36: --
37: Cursor C_Seq is
38: select to_char(WF_ERROR_PROCESSES_S.NEXTVAL)
39: from SYS.DUAL;

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 962: ben_on_line_lf_evt.p_manage_life_events(

958: -- In case of error rollback upto this point.
959: --
960: savepoint process_lf_evts;
961: --
962: ben_on_line_lf_evt.p_manage_life_events(
963: p_person_id => to_number(l_person_id)
964: ,p_effective_date => to_date(l_effective_date, 'DD/MM/YYYY')
965: ,p_business_group_id => to_number(l_business_group_id)
966: ,p_pgm_id => null

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;

Line 1872: l_package varchar2(80) := 'ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe';

1868: ,p_errbuf out nocopy varchar2
1869: ,p_retcode out nocopy number) is
1870: --
1871: -- local variables.
1872: l_package varchar2(80) := 'ben_on_line_lf_evt.p_evt_lf_evts_from_benauthe';
1873: l_object_version_number number;
1874: l_effective_date varchar2(30);
1875: l_lf_evt_ocrd_dt varchar2(30);
1876: l_chunk_size number := 0;

Line 2873: ben_on_line_lf_evt.p_manage_life_events

2869: return; --POPL is locked, so return to calling procedure without processing unrestricted
2870: end;
2871: end if;
2872: --
2873: ben_on_line_lf_evt.p_manage_life_events
2874: (p_person_id => p_person_id
2875: ,p_effective_date => l_effective_date -- p_effective_date
2876: ,p_business_group_id => p_business_group_id
2877: ,p_pgm_id => null

Line 3052: end ben_on_line_lf_evt;

3048: --hr_utility.trace_off;
3049: rollback to irec_life_events_savepoint;
3050: end p_manage_irec_life_events_w;
3051: --
3052: end ben_on_line_lf_evt;