DBA Data[Home] [Help]

APPS.PAY_TFU_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 237: from pay_template_exclusion_rules ter

233: -- Cursor to check that the exclusion_rule_id is valid.
234: --
235: cursor csr_exclusion_rule_id_valid is
236: select null
237: from pay_template_exclusion_rules ter
238: where ter.exclusion_rule_id = p_exclusion_rule_id
239: and ter.template_id = p_template_id;
240: --
241: l_proc varchar2(72) := g_package||'chk_exclusion_rule_id';