DBA Data[Home] [Help]

APPS.PAY_SSR_BUS dependencies on PAY_SHADOW_SUB_CLASSI_RULES

Line 224: from pay_shadow_sub_classi_rules ssr

220: -- balance type is unique.
221: --
222: cursor csr_sub_classi_rule_exists is
223: select null
224: from pay_shadow_sub_classi_rules ssr
225: where ssr.element_type_id = p_element_type_id
226: and upper(ssr.element_classification) = upper(p_element_classification);
227: --
228: l_proc varchar2(72) := g_package||'chk_ele_classification';