DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 878: ben_benefit_classifications

874: IS
875:
876: cursor csr_ben_contri is
877: select contributions_used from
878: ben_benefit_classifications
879: where benefit_classification_id in ( select distinct benefit_classification_id
880: from pay_element_types_f
881: where element_type_id = p_element_type_id
882: and p_effective_date between effective_start_date

Line 1906: from ben_benefit_classifications

1902: IS
1903: cursor csr_classification is
1904:
1905: select contributions_used
1906: from ben_benefit_classifications
1907: where benefit_classification_id in ( select distinct benefit_classification_id
1908: from pay_element_types_f
1909: where element_type_id = p_element_type_id
1910: and p_effective_date between effective_start_date