DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_TYP_F

Line 488: From ben_pl_typ_f

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

Line 2153: ben_pl_typ_f ptp,

2149: ff_formulas_f ff2,
2150: ben_ler_f ler,
2151: hr_all_organization_units_vl org,
2152: ben_rptg_grp_v bnr,
2153: ben_pl_typ_f ptp,
2154: ben_opt_f opt,
2155: ben_eligy_prfl_f elp,
2156: ben_vrbl_rt_prfl_f vpf,
2157: pay_payrolls_f pay,