DBA Data[Home] [Help]

APPS.PAY_ETP_BUS dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 2794: from ben_benefit_contributions_f

2790: --
2791: Cursor csr_contribution
2792: is
2793: select 1
2794: from ben_benefit_contributions_f
2795: where element_type_id = p_element_type_id
2796: and effective_start_date <= p_validation_end_date
2797: and effective_end_date >= p_validation_start_date;
2798: --