DBA Data[Home] [Help]

APPS.BEN_CAGR_CHECK_ELIGIBILITY dependencies on HR_GENERAL

Line 1151: and c_eff_dt between nvl(start_date,hr_general.start_of_time)

1147: select qua.TITLE,
1148: qua.QUALIFICATION_TYPE_ID
1149: from per_qualifications qua
1150: where qua.person_id = c_per_id
1151: and c_eff_dt between nvl(start_date,hr_general.start_of_time)
1152: and nvl(end_date,hr_general.end_of_time)
1153: order by nvl(start_date,hr_general.start_of_time) desc ,qualification_id desc ;
1154: -- Added where clause and order by clause as part of bug fix 3775543
1155: --

Line 1152: and nvl(end_date,hr_general.end_of_time)

1148: qua.QUALIFICATION_TYPE_ID
1149: from per_qualifications qua
1150: where qua.person_id = c_per_id
1151: and c_eff_dt between nvl(start_date,hr_general.start_of_time)
1152: and nvl(end_date,hr_general.end_of_time)
1153: order by nvl(start_date,hr_general.start_of_time) desc ,qualification_id desc ;
1154: -- Added where clause and order by clause as part of bug fix 3775543
1155: --
1156: l_qual_dets c_qual_dets%rowtype;

Line 1153: order by nvl(start_date,hr_general.start_of_time) desc ,qualification_id desc ;

1149: from per_qualifications qua
1150: where qua.person_id = c_per_id
1151: and c_eff_dt between nvl(start_date,hr_general.start_of_time)
1152: and nvl(end_date,hr_general.end_of_time)
1153: order by nvl(start_date,hr_general.start_of_time) desc ,qualification_id desc ;
1154: -- Added where clause and order by clause as part of bug fix 3775543
1155: --
1156: l_qual_dets c_qual_dets%rowtype;
1157: --