DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_F

Line 551: From ben_pl_f

547: ,p_batch_flag in boolean default FALSE
548: ) return varchar2 is
549: Cursor c1 is
550: Select pl_id, name
551: From ben_pl_f
552: Where pl_id = p_pl_id
553: And business_group_id = p_business_group_id
554: And p_effective_date between
555: effective_start_date and effective_end_date

Line 2147: ben_pl_f pln,

2143: per_people_f ppf,
2144: per_person_types ppt,
2145: ben_pgm_f pgm,
2146: per_business_groups pbg,
2147: ben_pl_f pln,
2148: ff_formulas_f ff,
2149: ff_formulas_f ff2,
2150: ben_ler_f ler,
2151: hr_all_organization_units_vl org,

Line 2162: ben_pl_f pln2,

2158: ben_pstl_zip_rng_f rzr,
2159: hr_tax_units_v tax,
2160: ben_popl_enrt_typ_cycl_f pop,
2161: ben_enrt_perd epo,
2162: ben_pl_f pln2,
2163: ben_pgm_f pgm2,
2164: fnd_concurrent_requests fnd,
2165: fnd_concurrent_programs_tl conc,
2166: hr_locations lc,