DBA Data[Home] [Help]

APPS.PAY_SF_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 22: from pay_template_core_objects tco

18: -- this shadow formula.
19: --
20: cursor csr_disallow_update is
21: select null
22: from pay_template_core_objects tco
23: where tco.core_object_type = pay_tco_shd.g_sf_lookup_type
24: and tco.shadow_object_id = p_rec.formula_id;
25: --
26: l_proc varchar2(72) := g_package||'chk_non_updateable_args';

Line 358: from pay_template_core_objects tco

354: where psiv.formula_id = p_formula_id;
355: --
356: cursor csr_core_objects is
357: select null
358: from pay_template_core_objects tco
359: where tco.core_object_type = pay_tco_shd.g_sf_lookup_type
360: and tco.shadow_object_id = p_formula_id;
361: --
362: cursor csr_ff_usages is