DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_TYPE

Line 218: -- Remove in ben_type

214: type g_batch_param_table is table of g_batch_param_rec
215: index by binary_integer;
216: /*
217: --
218: -- Remove in ben_type
219: --
220: type g_batch_action_rec is record
221: (person_action_id number,
222: action_status_cd varchar2(30),

Line 263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();

259: */
260: --
261: -- Varrays
262: --
263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();
264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();

Line 264: g_batch_action_table_object ben_type.g_batch_action_table

260: --
261: -- Varrays
262: --
263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();
264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table

Line 265: := ben_type.g_batch_action_table();

261: -- Varrays
262: --
263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();
264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table
269: := ben_type.g_batch_commu_table();

Line 266: g_batch_proc_table_object ben_type.g_batch_proc_table

262: --
263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();
264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table
269: := ben_type.g_batch_commu_table();
270: --

Line 267: := ben_type.g_batch_proc_table();

263: g_report_table_object ben_type.g_report_table := ben_type.g_report_table();
264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table
269: := ben_type.g_batch_commu_table();
270: --
271: g_batch_param_table_object g_batch_param_table;

Line 268: g_batch_commu_table_object ben_type.g_batch_commu_table

264: g_batch_action_table_object ben_type.g_batch_action_table
265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table
269: := ben_type.g_batch_commu_table();
270: --
271: g_batch_param_table_object g_batch_param_table;
272: ----------------------------------------------------------------------------

Line 269: := ben_type.g_batch_commu_table();

265: := ben_type.g_batch_action_table();
266: g_batch_proc_table_object ben_type.g_batch_proc_table
267: := ben_type.g_batch_proc_table();
268: g_batch_commu_table_object ben_type.g_batch_commu_table
269: := ben_type.g_batch_commu_table();
270: --
271: g_batch_param_table_object g_batch_param_table;
272: ----------------------------------------------------------------------------
273: -- rt_typ_calc

Line 305: procedure write(p_rec in out nocopy ben_type.g_report_rec);

301:
302: ------------------------------------------------------------------------
303: --
304: ------------------------------------------------------------------------
305: procedure write(p_rec in out nocopy ben_type.g_report_rec);
306: --
307: procedure write(p_rec in out nocopy g_batch_elig_rec);
308: --
309: procedure write(p_rec in out nocopy g_batch_ler_rec);

Line 311: procedure write(p_rec in out nocopy ben_type.g_batch_proc_rec);

307: procedure write(p_rec in out nocopy g_batch_elig_rec);
308: --
309: procedure write(p_rec in out nocopy g_batch_ler_rec);
310: --
311: procedure write(p_rec in out nocopy ben_type.g_batch_proc_rec);
312: --
313: procedure write(p_rec in out nocopy ben_type.g_batch_action_rec);
314: --
315: procedure write(p_rec in out nocopy g_batch_elctbl_rec);

Line 313: procedure write(p_rec in out nocopy ben_type.g_batch_action_rec);

309: procedure write(p_rec in out nocopy g_batch_ler_rec);
310: --
311: procedure write(p_rec in out nocopy ben_type.g_batch_proc_rec);
312: --
313: procedure write(p_rec in out nocopy ben_type.g_batch_action_rec);
314: --
315: procedure write(p_rec in out nocopy g_batch_elctbl_rec);
316: --
317: procedure write(p_rec in out nocopy g_batch_rate_rec);

Line 321: procedure write(p_rec in out nocopy ben_type.g_batch_commu_rec);

317: procedure write(p_rec in out nocopy g_batch_rate_rec);
318: --
319: procedure write(p_rec in out nocopy g_batch_dpnt_rec);
320: --
321: procedure write(p_rec in out nocopy ben_type.g_batch_commu_rec);
322: --
323: procedure write_table_and_file(p_table in boolean default true,
324: p_file in boolean default true);
325: --