DBA Data[Home] [Help]

APPS.PAY_SDB_BUS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 22: from pay_template_core_objects tco

18: -- generated from this shadow defined balance.
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_sdb_lookup_type
24: and tco.shadow_object_id = p_rec.defined_balance_id;
25: --
26: l_proc varchar2(72) := g_package||'chk_non_updateable_args';

Line 325: from pay_template_core_objects tco

321: -- Cursors to check for rows referencing the balance classification.
322: --
323: cursor csr_core_objects is
324: select null
325: from pay_template_core_objects tco
326: where tco.core_object_type = pay_tco_shd.g_sdb_lookup_type
327: and tco.shadow_object_id = p_defined_balance_id;
328: --
329: cursor csr_bal_attributes is