DBA Data[Home] [Help]

APPS.PAY_SDB_BUS dependencies on PAY_TCO_SHD

Line 23: where tco.core_object_type = pay_tco_shd.g_sdb_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_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';
27: l_updating boolean;

Line 326: where tco.core_object_type = pay_tco_shd.g_sdb_lookup_type

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