DBA Data[Home] [Help]

APPS.BEN_CAGR_CHECK_ELIGIBILITY dependencies on PER_DISABILITIES_F

Line 1135: from per_disabilities_f dis

1131: is
1132: select dis.CATEGORY,
1133: dis.DEGREE,
1134: dis.REASON
1135: from per_disabilities_f dis
1136: where dis.person_id = c_per_id
1137: and c_eff_dt
1138: between dis.effective_start_date and dis.effective_end_date;
1139: --