DBA Data[Home] [Help]

APPS.PAY_SFR_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 22: from pay_template_core_objects tco

18: -- generated from this shadow formula result rule.
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';

Line 458: from pay_template_core_objects tco

454: -- Cursors to check for rows referencing the balance classification.
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';