DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on PAY_ELEMENT_TYPES_F

Line 5606: pay_element_types_f py

5602: cursor c_abr (p_acty_base_rt_id number) is
5603: select py.processing_type,
5604: abr.rcrrg_cd
5605: from ben_acty_base_rt_f abr,
5606: pay_element_types_f py
5607: where abr.element_type_id = py.element_type_id(+)
5608: and abr.acty_base_rt_id = p_acty_base_rt_id
5609: and p_effective_date between abr.effective_start_date
5610: and abr.effective_end_date

Line 6317: pay_element_types_f py

6313: cursor c_abr (p_acty_base_rt_id number) is
6314: select py.processing_type,
6315: abr.rcrrg_cd
6316: from ben_acty_base_rt_f abr,
6317: pay_element_types_f py
6318: where abr.element_type_id = py.element_type_id(+)
6319: and abr.acty_base_rt_id = p_acty_base_rt_id
6320: and p_effective_date between abr.effective_start_date
6321: and abr.effective_end_date