DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on PER_CONTACT_RELATIONSHIPS

Line 124: type g_cache_con_table is table of per_contact_relationships%rowtype index

120: --
121: type g_cache_typ_per_table is table of ben_cache.g_cache_lookup index
122: by binary_integer;
123: --
124: type g_cache_con_table is table of per_contact_relationships%rowtype index
125: by binary_integer;
126: --
127: type g_cache_con_per_table is table of ben_cache.g_cache_lookup index
128: by binary_integer;

Line 217: (p_rec in out nocopy per_contact_relationships%rowtype);

213: (p_rec in out nocopy ben_bnfts_bal_f%rowtype);
214: procedure set_object
215: (p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
216: procedure set_object
217: (p_rec in out nocopy per_contact_relationships%rowtype);
218: procedure set_object
219: (p_rec in out nocopy g_person_date_info_rec);
220: procedure set_object
221: (p_rec in out nocopy g_person_fte_info_rec);