DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on PAY_ELEMENT_TYPES_F

Line 5895: pay_element_types_f py

5891: cursor c_abr (p_acty_base_rt_id number) is
5892: select py.processing_type,
5893: abr.rcrrg_cd
5894: from ben_acty_base_rt_f abr,
5895: pay_element_types_f py
5896: where abr.element_type_id = py.element_type_id(+)
5897: and abr.acty_base_rt_id = p_acty_base_rt_id
5898: and p_effective_date between abr.effective_start_date
5899: and abr.effective_end_date

Line 6568: pay_element_types_f py

6564: cursor c_abr (p_acty_base_rt_id number) is
6565: select py.processing_type,
6566: abr.rcrrg_cd
6567: from ben_acty_base_rt_f abr,
6568: pay_element_types_f py
6569: where abr.element_type_id = py.element_type_id(+)
6570: and abr.acty_base_rt_id = p_acty_base_rt_id
6571: and p_effective_date between abr.effective_start_date
6572: and abr.effective_end_date