DBA Data[Home] [Help]

APPS.PAY_SFR_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 414: , pay_template_exclusion_rules ter

410: --
411: cursor csr_exclusion_rule_id_valid is
412: select null
413: from pay_shadow_element_types pset
414: , pay_template_exclusion_rules ter
415: where pset.element_type_id = p_shadow_element_type_id
416: and ter.template_id = pset.template_id
417: and ter.exclusion_rule_id = p_exclusion_rule_id;
418: --