DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on PER_CONTACT_RELATIONSHIPS

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

113: --
114: type g_cache_typ_per_table is table of ben_cache.g_cache_lookup index
115: by binary_integer;
116: --
117: type g_cache_con_table is table of per_contact_relationships%rowtype index
118: by binary_integer;
119: --
120: type g_cache_con_per_table is table of ben_cache.g_cache_lookup index
121: by binary_integer;

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

206: (p_rec in out nocopy ben_bnfts_bal_f%rowtype);
207: procedure set_object
208: (p_rec in out nocopy ben_per_bnfts_bal_f%rowtype);
209: procedure set_object
210: (p_rec in out nocopy per_contact_relationships%rowtype);
211: procedure set_object
212: (p_rec in out nocopy g_person_date_info_rec);
213: procedure set_object
214: (p_rec in out nocopy g_person_fte_info_rec);