DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on BEN_BENEFIT_CLASSIFICATIONS

Line 200: from ben_benefit_classifications

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