DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 946: ben_benefit_classifications

942: IS
943:
944: cursor csr_ben_contri is
945: select contributions_used from
946: ben_benefit_classifications
947: where benefit_classification_id in ( select distinct benefit_classification_id
948: from pay_element_types_f
949: where element_type_id = p_element_type_id
950: and p_effective_date between effective_start_date

Line 2037: from ben_benefit_classifications

2033: IS
2034: cursor csr_classification is
2035:
2036: select contributions_used
2037: from ben_benefit_classifications
2038: where benefit_classification_id in ( select distinct benefit_classification_id
2039: from pay_element_types_f
2040: where element_type_id = p_element_type_id
2041: and p_effective_date between effective_start_date