DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_PKG dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 2163: from ben_benefit_contributions_f

2159: v_contribution_exists boolean := FALSE;
2160: --
2161: cursor csr_contribution is
2162: select 1
2163: from ben_benefit_contributions_f
2164: where element_type_id = p_element_type_id
2165: and effective_start_date <= p_validation_end_date
2166: and effective_end_date >= p_validation_start_date;
2167: --