DBA Data[Home] [Help]

APPS.PAY_SET_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 909: from pay_template_exclusion_rules ter

905: -- Cursor to check that the exclusion_rule_id is valid.
906: --
907: cursor csr_exclusion_rule_id_valid is
908: select null
909: from pay_template_exclusion_rules ter
910: where ter.exclusion_rule_id = p_exclusion_rule_id
911: and ter.template_id = p_template_id;
912: --
913: l_proc varchar2(72) := g_package||'chk_exclusion_rule_id';