DBA Data[Home] [Help]

APPS.PAY_SBF_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 368: from pay_template_exclusion_rules ter

364: -- Cursor to check that the exclusion_rule_id is valid.
365: --
366: cursor csr_exclusion_rule_id_valid is
367: select null
368: from pay_template_exclusion_rules ter
369: where ter.exclusion_rule_id = p_exclusion_rule_id
370: and ter.template_id = p_template_id;
371: --
372: l_proc varchar2(72) := g_package||'chk_exclusion_rule_id';