DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on PER_PERSON_TYPE_USAGES_F

Line 67: (person_type_id per_person_type_usages_f.person_type_id%type

63: ,org_name hr_all_organization_units.name%type
64: );
65: g_cache_person g_cache_person_rec;
66: type g_cache_person_types_object is record
67: (person_type_id per_person_type_usages_f.person_type_id%type
68: ,user_person_type per_person_types.user_person_type%type
69: ,system_person_type per_person_types.system_person_type%type
70: );
71: type g_cache_person_types_rec is table of g_cache_person_types_object