DBA Data[Home] [Help]

APPS.BEN_BENLESUM_XMLP_PKG dependencies on PER_ALL_PEOPLE_F

Line 43: Select full_name from per_all_people_f where person_id=p_person_id and business_group_id=p_business_group_id;

39: tl.language = userenv('LANG') and
40: ler.ler_id=p_ler_id and business_group_id=p_business_group_id;
41:
42: cursor c_person_name is
43: Select full_name from per_all_people_f where person_id=p_person_id and business_group_id=p_business_group_id;
44:
45: cursor c_displ_flex is
46: Select meaning from hr_lookups where lookup_type = 'YES_NO' and lookup_code = p_disp_flex_fields_flag;
47: