DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on ALL_TAB_COLUMNS

Line 1298: select count(*) into xdo_columns_cntr from sys.all_tab_columns

1294:
1295: -- Set it and Forget It! -- Ronco
1296: -- Obtain the count if the default_output_type column
1297: -- exist in the xdo tables.
1298: select count(*) into xdo_columns_cntr from sys.all_tab_columns
1299: where table_name in ('XDO_TEMPLATES_B', 'XDO_TEMPLATES_VL')
1300: and column_name = 'DEFAULT_OUTPUT_TYPE';
1301:
1302: