DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 491: from pay_template_exclusion_rules ter

487: -- Cursor to check that the exclusion_rule_id is valid.
488: --
489: cursor csr_exclusion_rule_id_valid is
490: select null
491: from pay_template_exclusion_rules ter
492: where ter.exclusion_rule_id = p_exclusion_rule_id
493: and ter.template_id = p_template_id;
494: --
495: l_proc varchar2(72) := g_package||'chk_exclusion_rule_id';