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 1766: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt(

1762: end if;
1763:
1764:
1765: --
1766: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt(
1767: p_per_in_ler_id => p_per_in_ler_id
1768: ,p_pgm_id => p_pgm_id
1769: ,p_pl_id => p_pl_nip_id --null Bug 2961251 passed pl_id parameter instead of null
1770: ,p_enrt_mthd_cd => 'D' -- Explicit

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

1790: -- End if;
1791: --
1792: -- Invoke post result process.
1793: --
1794: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_results...';
1795: Ben_proc_common_enrt_rslt.process_post_results
1796: (p_person_id => p_person_id
1797: ,p_enrt_mthd_cd => 'D'
1798: ,p_effective_date => p_effective_date

Line 1795: Ben_proc_common_enrt_rslt.process_post_results

1791: --
1792: -- Invoke post result process.
1793: --
1794: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_results...';
1795: Ben_proc_common_enrt_rslt.process_post_results
1796: (p_person_id => p_person_id
1797: ,p_enrt_mthd_cd => 'D'
1798: ,p_effective_date => p_effective_date
1799: ,p_business_group_id => p_business_group_id

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

1803: );
1804: --
1805: -- Invoke process_post_enrollment.
1806: --
1807: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_enrollment...';
1808: Ben_proc_common_enrt_rslt.process_post_enrollment
1809: (p_per_in_ler_id => p_per_in_ler_id
1810: ,p_pgm_id => p_pgm_id
1811: ,p_pl_id => p_pl_nip_id

Line 1808: Ben_proc_common_enrt_rslt.process_post_enrollment

1804: --
1805: -- Invoke process_post_enrollment.
1806: --
1807: l_actn := 'Calling Ben_proc_common_enrt_rslt.process_post_enrollment...';
1808: Ben_proc_common_enrt_rslt.process_post_enrollment
1809: (p_per_in_ler_id => p_per_in_ler_id
1810: ,p_pgm_id => p_pgm_id
1811: ,p_pl_id => p_pl_nip_id
1812: ,p_enrt_mthd_cd => 'D'