DBA Data[Home] [Help]

APPS.PAY_SIR_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 326: , pay_template_exclusion_rules ter

322: --
323: cursor c_exclusion_rule_is_valid is
324: select null
325: from pay_shadow_element_types pset
326: , pay_template_exclusion_rules ter
327: where pset.element_type_id = p_element_type_id
328: and ter.template_id = pset.template_id
329: and ter.exclusion_rule_id = p_exclusion_rule_id;
330: --