DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_TYP_F

Line 484: From ben_pl_typ_f

480: ,p_batch_flag in boolean default FALSE
481: ) return varchar2 is
482: Cursor c1 is
483: Select pl_typ_id, name
484: From ben_pl_typ_f
485: Where pl_typ_id = p_pl_typ_id
486: And business_group_id = p_business_group_id
487: And p_effective_date between
488: effective_start_date and effective_end_date

Line 2143: ben_pl_typ_f ptp,

2139: ff_formulas_f ff2,
2140: ben_ler_f ler,
2141: hr_all_organization_units_vl org,
2142: ben_rptg_grp_v bnr,
2143: ben_pl_typ_f ptp,
2144: ben_opt_f opt,
2145: ben_eligy_prfl_f elp,
2146: ben_vrbl_rt_prfl_f vpf,
2147: pay_payrolls_f pay,