DBA Data[Home] [Help]

APPS.BEN_PRTT_REIMBMT_RQST_API dependencies on BEN_ACTY_BASE_RT_F

Line 583: from ben_acty_base_rt_f abr

579: abr.comp_lvl_fctr_id,
580: abr.actl_prem_id,
581: abr.input_value_id,
582: abr.element_type_id
583: from ben_acty_base_rt_f abr
584: where pl_id = p_pl_id
585: and acty_typ_cd like 'PRD%'
586: and acty_base_rt_stat_cd = 'A'
587: -- and p_effective_date between

Line 606: from ben_acty_base_rt_f abr,

602: abr.comp_lvl_fctr_id,
603: abr.actl_prem_id,
604: abr.input_value_id,
605: abr.element_type_id
606: from ben_acty_base_rt_f abr,
607: ben_plip_f plp
608: where plp.pl_id = p_pl_id
609: and plp.pgm_id = p_pgm_id
610: and abr.acty_base_rt_stat_cd = 'A'