DBA Data[Home] [Help]

APPS.PAY_TCO_BUS dependencies on PAY_DEFINED_BALANCES

Line 563: from pay_defined_balances db

559: and bt.business_group_id = p_business_group_id;
560: --
561: cursor csr_sdb_exists is
562: select null
563: from pay_defined_balances db
564: where db.defined_balance_id = p_core_object_id
565: and db.business_group_id = p_business_group_id;
566: --
567: cursor csr_set_exists is

Line 710: l_table := 'PAY_DEFINED_BALANCES';

706: raise l_error;
707: end if;
708: close csr_sbt_exists;
709: elsif p_core_object_type = pay_tco_shd.g_sdb_lookup_type then
710: l_table := 'PAY_DEFINED_BALANCES';
711: open csr_sdb_exists;
712: fetch csr_sdb_exists into l_exists;
713: if csr_sdb_exists%notfound then
714: close csr_sdb_exists;