DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_CACHE

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

114: --
115: type g_cache_hsc_table is table of hr_soft_coding_keyflex%rowtype index
116: by binary_integer;
117: --
118: type g_cache_bal_per_table is table of ben_cache.g_cache_lookup index
119: by binary_integer;
120: --
121: type g_cache_typ_per_table is table of ben_cache.g_cache_lookup index
122: by binary_integer;

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

117: --
118: type g_cache_bal_per_table is table of ben_cache.g_cache_lookup index
119: by binary_integer;
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;

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

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;
129: --
130: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
131: by binary_integer;

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

126: --
127: type g_cache_con_per_table is table of ben_cache.g_cache_lookup index
128: by binary_integer;
129: --
130: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
131: by binary_integer;
132: --
133: type g_cache_all_ass_table is table of ben_cache.g_cache_lookup index
134: by binary_integer;

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

129: --
130: type g_cache_app_ass_table is table of ben_cache.g_cache_lookup index
131: by binary_integer;
132: --
133: type g_cache_all_ass_table is table of ben_cache.g_cache_lookup index
134: by binary_integer;
135: --
136: type g_cache_date_table is table of g_person_date_info_rec index
137: by binary_integer;

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

221: (p_rec in out nocopy g_person_fte_info_rec);
222: procedure set_object
223: (p_rec in out nocopy g_person_typ_info_rec);
224: procedure set_bal_per_object
225: (p_rec in out nocopy ben_cache.g_cache_lookup);
226: procedure set_con_per_object
227: (p_rec in out nocopy ben_cache.g_cache_lookup);
228: procedure set_app_ass_object
229: (p_rec in out nocopy ben_cache.g_cache_lookup);

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

223: (p_rec in out nocopy g_person_typ_info_rec);
224: procedure set_bal_per_object
225: (p_rec in out nocopy ben_cache.g_cache_lookup);
226: procedure set_con_per_object
227: (p_rec in out nocopy ben_cache.g_cache_lookup);
228: procedure set_app_ass_object
229: (p_rec in out nocopy ben_cache.g_cache_lookup);
230: procedure set_all_ass_object
231: (p_rec in out nocopy ben_cache.g_cache_lookup);

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

225: (p_rec in out nocopy ben_cache.g_cache_lookup);
226: procedure set_con_per_object
227: (p_rec in out nocopy ben_cache.g_cache_lookup);
228: procedure set_app_ass_object
229: (p_rec in out nocopy ben_cache.g_cache_lookup);
230: procedure set_all_ass_object
231: (p_rec in out nocopy ben_cache.g_cache_lookup);
232: procedure set_typ_per_object
233: (p_rec in out nocopy ben_cache.g_cache_lookup);

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

227: (p_rec in out nocopy ben_cache.g_cache_lookup);
228: procedure set_app_ass_object
229: (p_rec in out nocopy ben_cache.g_cache_lookup);
230: procedure set_all_ass_object
231: (p_rec in out nocopy ben_cache.g_cache_lookup);
232: procedure set_typ_per_object
233: (p_rec in out nocopy ben_cache.g_cache_lookup);
234: --
235: procedure set_ass_object

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

229: (p_rec in out nocopy ben_cache.g_cache_lookup);
230: procedure set_all_ass_object
231: (p_rec in out nocopy ben_cache.g_cache_lookup);
232: procedure set_typ_per_object
233: (p_rec in out nocopy ben_cache.g_cache_lookup);
234: --
235: procedure set_ass_object
236: (p_person_id in number,
237: p_business_group_id in number,