DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_F

Line 547: From ben_pl_f

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

Line 2137: ben_pl_f pln,

2133: per_people_f ppf,
2134: per_person_types ppt,
2135: ben_pgm_f pgm,
2136: per_business_groups pbg,
2137: ben_pl_f pln,
2138: ff_formulas_f ff,
2139: ff_formulas_f ff2,
2140: ben_ler_f ler,
2141: hr_all_organization_units_vl org,

Line 2152: ben_pl_f pln2,

2148: ben_pstl_zip_rng_f rzr,
2149: hr_tax_units_v tax,
2150: ben_popl_enrt_typ_cycl_f pop,
2151: ben_enrt_perd epo,
2152: ben_pl_f pln2,
2153: ben_pgm_f pgm2,
2154: fnd_concurrent_requests fnd,
2155: fnd_concurrent_programs_tl conc,
2156: hr_locations lc,