DBA Data[Home] [Help]

APPS.GL_ENT_FUNC_BAL_UPGRADE_PKG dependencies on ALL_TAB_COLUMNS

Line 791: FROM ALL_TAB_COLUMNS

787:
788: -- check if the table was created in 11i with set_of_books_id column
789: SELECT nvl(max(1), 0)
790: INTO l_column_exists
791: FROM ALL_TAB_COLUMNS
792: WHERE table_name = x_table_name
793: AND owner = x_gl_schema
794: AND column_name = 'SET_OF_BOOKS_ID';
795: