DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on ALL_TABLES

Line 424: from all_tables

420: --
421: Cursor chk_table_exists
422: is
423: select 'Y'
424: from all_tables
425: where table_name = upper(p_participation_in_table)
426: and owner = l_per_owner;
427:
428: begin