DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on PER_PERIODS_OF_SERVICE

Line 404: per_periods_of_service pos

400: --
401: cursor c_per_valid_for_absence is
402: select null
403: from per_all_people_f ppf,
404: per_periods_of_service pos
405: where ppf.person_id = p_person_id
406: and ppf.person_id = pos.person_id
407: and ppf.current_employee_flag = 'Y'
408: and ((nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'), 'N') = 'N' and