DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on USER_TAB_COLUMNS

Line 1330: from user_tab_columns col

1326: and col.owner = syn.table_owner
1327: and col.table_name = syn.table_name
1328: UNION
1329: select col.table_name, col.column_name
1330: from user_tab_columns col
1331: where col.table_name in ('XDO_TEMPLATES_B', 'XDO_TEMPLATES_VL')
1332: and col.column_name = 'DEFAULT_OUTPUT_TYPE'
1333: );
1334: