DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_CWB_PERSON_INFO_PKG

Line 58: 09-May-06 gsehgal 115.26 Bug 4558945 : change get_quartile to ben_cwb_person_info_pkg.get_grd_quartile

54: 27-Jun-05 abparekh 115.23 Bug 4454878 : Reset g_per_eligible before processing ELPROs
55: 24-jan-06 ssarkar 115.24 Bug 4958846 : Eligibilty fix for only IREC.
56: 20-Apr-06 bmanyam 115.25 Bug 5173693 : Numeric Value error in benmngle.g_output string.
57: Truncated the string
58: 09-May-06 gsehgal 115.26 Bug 4558945 : change get_quartile to ben_cwb_person_info_pkg.get_grd_quartile
59: 27-Jun-06 swjain 115.27 Bug 5331889 : Added person_id in call to benutils.formula in procedure check_rule_elig
60: 25-Sep-06 stee 115.28 Bug 5550851 : Fix check_elig_dpnt_cvrd_othr_pgm cursor
61: to use the calculated date to determine
62: eligibility instead of the fonm date.

Line 8728: ben_cwb_person_info_pkg.get_grd_quartile (p_salary => l_ann_sal,

8724: l_ann_sal := l_person_sal * l_ann_fctr;
8725: --
8726: -- added for bug: 4558945
8727: l_quar_grad :=
8728: ben_cwb_person_info_pkg.get_grd_quartile (p_salary => l_ann_sal,
8729: p_min => NVL
8730: (l_min_val,
8731: 0
8732: ),