DBA Data[Home] [Help]

APPS.PAY_ETP_BUS_ND dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 2564: from ben_benefit_contributions_f

2560: --
2561: Cursor csr_contribution
2562: is
2563: select 1
2564: from ben_benefit_contributions_f
2565: where element_type_id = p_element_type_id
2566: and effective_start_date <= p_validation_end_date
2567: and effective_end_date >= p_validation_start_date;
2568: --