DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on ALL_TAB_COLUMNS

Line 498: from all_tab_columns

494: --
495: Cursor chk_column_exists
496: is
497: select 'Y'
498: from all_tab_columns
499: where table_name = upper(p_participation_in_table)
500: and column_name = upper(p_participation_in_column)
501: and owner = l_per_owner;
502: