DBA Data[Home] [Help]

APPS.PAY_PEL_BUS dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 852: from ben_benefit_contributions_f

848: and nvl(contributions_used,'N') = 'Y';
849:
850: cursor csr_BenContri is
851: select '1'
852: from ben_benefit_contributions_f
853: where element_type_id = p_element_type_id
854: and p_effective_start_date between effective_start_date
855: and effective_end_date;
856: