DBA Data[Home] [Help]

APPS.PAY_SGB_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 240: , pay_template_exclusion_rules ter

236: --
237: cursor c_exclusion_rule_id_valid is
238: select null
239: from pay_shadow_element_types pset
240: , pay_template_exclusion_rules ter
241: where ter.exclusion_rule_id = p_exclusion_rule_id
242: and ter.template_id = pset.template_id
243: and pset.element_type_id = p_source_id;
244: --