DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_PROC_COMMON_ENRT_RSLT

Line 129: * this is fixed by calling ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt

125: * p_ler_id parameter check condition in the query.
126: * 07-Mar-03 tjesumic 115.63 2944657 whne the enrollment is closed from LE form
127: * min max restriction is nat validated. the enrollment can be
128: * made without enrolling in a plan, Min reqment of the plan is 1 though
129: * this is fixed by calling ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt
130: * before multi_rows_edit
131: * 15-MAY-03 glingapp 115.64 2961251 Passed the pl_id parameter in
132: * ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt.
133: * 16-Sep-03 kmahendr 115.65 GSP changes

Line 132: * ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt.

128: * made without enrolling in a plan, Min reqment of the plan is 1 though
129: * this is fixed by calling ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt
130: * before multi_rows_edit
131: * 15-MAY-03 glingapp 115.64 2961251 Passed the pl_id parameter in
132: * ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt.
133: * 16-Sep-03 kmahendr 115.65 GSP changes
134: * 22-Sep-03 mmudigon 115.66 Bug 3121395. Changes to c_rt cursor
135: * 6-oct-03 nhunur 115.67 made changes to exception handling in default_comp_obj procedure.
136: * 16-Oct-03 tjesumic 115.68 l_prev_enrt_rslt_id resintialized

Line 1885: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt(

1881: end if;
1882:
1883:
1884: --
1885: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt(
1886: p_per_in_ler_id => p_per_in_ler_id
1887: ,p_pgm_id => p_pgm_id
1888: ,p_pl_id => p_pl_nip_id --null Bug 2961251 passed pl_id parameter instead of null
1889: ,p_enrt_mthd_cd => 'D' -- Explicit

Line 1942: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_results...';

1938: --End Enh 16043887
1939:
1940: -- Invoke post result process.
1941: --
1942: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_results...';
1943: Ben_proc_common_enrt_rslt.process_post_results
1944: (p_person_id => p_person_id
1945: ,p_enrt_mthd_cd => 'D'
1946: ,p_effective_date => p_effective_date

Line 1943: Ben_proc_common_enrt_rslt.process_post_results

1939:
1940: -- Invoke post result process.
1941: --
1942: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_results...';
1943: Ben_proc_common_enrt_rslt.process_post_results
1944: (p_person_id => p_person_id
1945: ,p_enrt_mthd_cd => 'D'
1946: ,p_effective_date => p_effective_date
1947: ,p_business_group_id => p_business_group_id

Line 1955: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_enrollment...';

1951: );
1952: --
1953: -- Invoke process_post_enrollment.
1954: --
1955: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_enrollment...';
1956: Ben_proc_common_enrt_rslt.process_post_enrollment
1957: (p_per_in_ler_id => p_per_in_ler_id
1958: ,p_pgm_id => p_pgm_id
1959: ,p_pl_id => p_pl_nip_id

Line 1956: Ben_proc_common_enrt_rslt.process_post_enrollment

1952: --
1953: -- Invoke process_post_enrollment.
1954: --
1955: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_enrollment...';
1956: Ben_proc_common_enrt_rslt.process_post_enrollment
1957: (p_per_in_ler_id => p_per_in_ler_id
1958: ,p_pgm_id => p_pgm_id
1959: ,p_pl_id => p_pl_nip_id
1960: ,p_enrt_mthd_cd => 'D'