DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on ALL_TAB_COLUMNS

Line 1473: from all_tab_columns

1469: --end bugfix 3871646
1470:
1471: l_stmt_num := 80;
1472: select count(*) into l_chk_col
1473: from all_tab_columns
1474: where owner = l_customer_schema --bugfix 3871646 --'ONT'
1475: and table_name = 'OE_ORDER_LINES_ALL'
1476: and column_name = 'USER_ITEM_DESCRIPTION';
1477: