DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_PKG dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 2130: from ben_benefit_contributions_f

2126: v_contribution_exists boolean := FALSE;
2127: --
2128: cursor csr_contribution is
2129: select 1
2130: from ben_benefit_contributions_f
2131: where element_type_id = p_element_type_id
2132: and effective_start_date <= p_validation_end_date
2133: and effective_end_date >= p_validation_start_date;
2134: --