DBA Data[Home] [Help]

APPS.BEN_PRTT_RT_VAL_API dependencies on BEN_ACTY_BASE_RT_F

Line 101: from ben_acty_base_rt_f

97: select name,
98: rcrrg_cd,
99: ele_rqd_flag,
100: element_type_id
101: from ben_acty_base_rt_f
102: where business_group_id = p_business_group_id
103: and p_acty_base_rt_id = acty_base_rt_id
104: and p_rt_strt_dt between effective_start_date
105: and effective_end_date ;

Line 312: from ben_acty_base_rt_f

308: --Bug 4141719: Retrieve the rate name which will be used to show
309: --in the note 93120(if the note is applicable)
310: cursor c_abr is
311: select name
312: from ben_acty_base_rt_f
313: where business_group_id = p_business_group_id
314: and p_acty_base_rt_id = acty_base_rt_id
315: and p_rt_strt_dt between effective_start_date
316: and effective_end_date ;