DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_CACHE

Line 111: type g_cache_bal_per_table is table of ben_cache.g_cache_lookup index

107: --
108: type g_cache_hsc_table is table of hr_soft_coding_keyflex%rowtype index
109: by binary_integer;
110: --
111: type g_cache_bal_per_table is table of ben_cache.g_cache_lookup index
112: by binary_integer;
113: --
114: type g_cache_typ_per_table is table of ben_cache.g_cache_lookup index
115: by binary_integer;

Line 114: type g_cache_typ_per_table is table of ben_cache.g_cache_lookup index

110: --
111: type g_cache_bal_per_table is table of ben_cache.g_cache_lookup index
112: by binary_integer;
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;

Line 120: type g_cache_con_per_table is table of ben_cache.g_cache_lookup index

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;
122: --
123: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
124: by binary_integer;

Line 123: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index

119: --
120: type g_cache_con_per_table is table of ben_cache.g_cache_lookup index
121: by binary_integer;
122: --
123: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
124: by binary_integer;
125: --
126: type g_cache_all_ass_table is table of ben_cache.g_cache_lookup index
127: by binary_integer;

Line 126: type g_cache_all_ass_table is table of ben_cache.g_cache_lookup index

122: --
123: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
124: by binary_integer;
125: --
126: type g_cache_all_ass_table is table of ben_cache.g_cache_lookup index
127: by binary_integer;
128: --
129: type g_cache_date_table is table of g_person_date_info_rec index
130: by binary_integer;

Line 218: (p_rec in out nocopy ben_cache.g_cache_lookup);

214: (p_rec in out nocopy g_person_fte_info_rec);
215: procedure set_object
216: (p_rec in out nocopy g_person_typ_info_rec);
217: procedure set_bal_per_object
218: (p_rec in out nocopy ben_cache.g_cache_lookup);
219: procedure set_con_per_object
220: (p_rec in out nocopy ben_cache.g_cache_lookup);
221: procedure set_app_ass_object
222: (p_rec in out nocopy ben_cache.g_cache_lookup);

Line 220: (p_rec in out nocopy ben_cache.g_cache_lookup);

216: (p_rec in out nocopy g_person_typ_info_rec);
217: procedure set_bal_per_object
218: (p_rec in out nocopy ben_cache.g_cache_lookup);
219: procedure set_con_per_object
220: (p_rec in out nocopy ben_cache.g_cache_lookup);
221: procedure set_app_ass_object
222: (p_rec in out nocopy ben_cache.g_cache_lookup);
223: procedure set_all_ass_object
224: (p_rec in out nocopy ben_cache.g_cache_lookup);

Line 222: (p_rec in out nocopy ben_cache.g_cache_lookup);

218: (p_rec in out nocopy ben_cache.g_cache_lookup);
219: procedure set_con_per_object
220: (p_rec in out nocopy ben_cache.g_cache_lookup);
221: procedure set_app_ass_object
222: (p_rec in out nocopy ben_cache.g_cache_lookup);
223: procedure set_all_ass_object
224: (p_rec in out nocopy ben_cache.g_cache_lookup);
225: procedure set_typ_per_object
226: (p_rec in out nocopy ben_cache.g_cache_lookup);

Line 224: (p_rec in out nocopy ben_cache.g_cache_lookup);

220: (p_rec in out nocopy ben_cache.g_cache_lookup);
221: procedure set_app_ass_object
222: (p_rec in out nocopy ben_cache.g_cache_lookup);
223: procedure set_all_ass_object
224: (p_rec in out nocopy ben_cache.g_cache_lookup);
225: procedure set_typ_per_object
226: (p_rec in out nocopy ben_cache.g_cache_lookup);
227: --
228: procedure set_ass_object

Line 226: (p_rec in out nocopy ben_cache.g_cache_lookup);

222: (p_rec in out nocopy ben_cache.g_cache_lookup);
223: procedure set_all_ass_object
224: (p_rec in out nocopy ben_cache.g_cache_lookup);
225: procedure set_typ_per_object
226: (p_rec in out nocopy ben_cache.g_cache_lookup);
227: --
228: procedure set_ass_object
229: (p_person_id in number,
230: p_business_group_id in number,