DBA Data[Home] [Help]

APPS.PAY_SFR_BUS dependencies on PAY_TCO_SHD

Line 23: where tco.core_object_type = pay_tco_shd.g_sfr_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_sfr_lookup_type
24: and tco.shadow_object_id = p_rec.formula_result_rule_id;
25: --
26: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
27: l_updating boolean;

Line 459: where tco.core_object_type = pay_tco_shd.g_sfr_lookup_type

455: --
456: cursor csr_core_objects is
457: select null
458: from pay_template_core_objects tco
459: where tco.core_object_type = pay_tco_shd.g_sfr_lookup_type
460: and tco.shadow_object_id = p_formula_result_rule_id;
461: --
462: l_proc varchar2(72) := g_package||'chk_delete';
463: l_error exception;