DBA Data[Home] [Help]

APPS.QA_SSQR_JRAD_PKG dependencies on FND_TABLES

Line 309: from fnd_columns fc, fnd_tables ft

305: FUNCTION get_max_length(p_column_name IN VARCHAR2) RETURN NUMBER IS
306:
307: cursor c1 is
308: select fc.width
309: from fnd_columns fc, fnd_tables ft
310: where fc.table_id = ft.table_id
311: and ft.table_name = 'QA_RESULTS_INTERFACE'
312: and ft.application_id = 250
313: and fc.user_column_name = p_column_name