DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on PER_CONTACT_RELATIONSHIPS

Line 14: type g_elig_dpnt_table is table of per_contact_relationships%rowtype

10: g_rec benutils.g_batch_elig_rec;
11: --
12: g_debug boolean := hr_utility.debug_enabled;
13: --
14: type g_elig_dpnt_table is table of per_contact_relationships%rowtype
15: index by binary_integer;
16: --
17: g_elig_dpnt_rec g_elig_dpnt_table;
18: --