DBA Data[Home] [Help]

APPS.BEN_CWB_UTILS dependencies on PER_PERSON_TYPES

Line 407: per_person_types ppt

403: CURSOR is_person_in_secured_view
404: is
405: SELECT 'x'
406: FROM per_people_f ppf,
407: per_person_types ppt
408: WHERE ppf.person_id = p_person_id
409: AND ppt.person_type_id = ppf.person_type_id
410: AND ppt.system_person_type <> 'EX_EMP_APL'
411: AND p_effective_date between ppf.effective_start_date and ppf.effective_end_date;