DBA Data[Home] [Help]

APPS.PAY_SEU_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 218: , pay_template_exclusion_rules ter

214: --
215: cursor c_exclusion_rule_is_valid is
216: select null
217: from pay_shadow_element_types pset
218: , pay_template_exclusion_rules ter
219: where pset.element_type_id = p_element_type_id
220: and ter.template_id = pset.template_id
221: and ter.exclusion_rule_id = p_exclusion_rule_id;
222: --