DBA Data[Home] [Help]

APPS.PER_ESA_BUS dependencies on PER_QUALIFICATIONS

Line 685: from per_qualifications per

681: and nvl(per.attended_end_date,hr_api.g_eot));
682: --
683: cursor c2 is
684: select null
685: from per_qualifications per
686: where per.attendance_id = p_attendance_id
687: and (per.start_date
688: not between nvl(p_attended_start_date,hr_api.g_sot)
689: and nvl(p_attended_end_date,per.start_date)

Line 1036: from per_qualifications per

1032: l_dummy varchar2(1);
1033: --
1034: cursor c1 is
1035: select null
1036: from per_qualifications per
1037: where per.attendance_id = p_attendance_id;
1038: --
1039: Begin
1040: --