DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 197: from ben_benefit_classifications

193: ,p_legislation_code in varchar2
194: ,p_ben_classification in varchar2
195: ) is
196: select benefit_classification_id
197: from ben_benefit_classifications
198: where upper(benefit_classification_name) = p_ben_classification
199: and
200: (
201: (business_group_id is null and legislation_code is null)