DBA Data[Home] [Help]

APPS.PER_KAD_BUS dependencies on DUAL

Line 1753: from sys.dual

1749: and pa.primary_flag = 'N';
1750: --
1751: cursor csr_no_del_contig_add is
1752: select null
1753: from sys.dual
1754: where exists(select null
1755: from per_addresses pa2
1756: where pa2.date_from > l_date
1757: and pa2.person_id = per_kad_shd.g_old_rec.person_id