DBA Data[Home] [Help]

APPS.PAY_SF_BUS dependencies on PAY_TCO_SHD

Line 23: where tco.core_object_type = pay_tco_shd.g_sf_lookup_type

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';
27: l_error exception;

Line 359: where tco.core_object_type = pay_tco_shd.g_sf_lookup_type

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
363: select null