DBA Data[Home] [Help]

APPS.PAY_TCO_BUS dependencies on PAY_BALANCE_ATTRIBUTES

Line 647: from pay_balance_attributes ba

643: etu.effective_start_date and etu.effective_end_date;
644: --
645: cursor csr_sba_exists is
646: select null
647: from pay_balance_attributes ba
648: where ba.business_group_id = p_business_group_id
649: and ba.balance_attribute_id = p_core_object_id;
650: --
651: l_proc varchar2(72) := g_package||'chk_core_object_id';

Line 810: l_table := 'PAY_BALANCE_ATTRIBUTES';

806: raise l_error;
807: end if;
808: close csr_seu_exists;
809: elsif p_core_object_type = pay_tco_shd.g_sba_lookup_type then
810: l_table := 'PAY_BALANCE_ATTRIBUTES';
811: open csr_sba_exists;
812: fetch csr_sba_exists into l_exists;
813: if csr_sba_exists%notfound then
814: close csr_sba_exists;