[Home] [Help]
2364: from fnd_columns
2365: where column_name = col_name
2366: and application_id = fndApplicationIdIn
2367: and table_id = (select table_id
2368: from fnd_tables
2369: where table_name = tab_name
2370: and application_id = fndApplicationIdIn); --modified for bug 6931585
2371: l_col_length number;
2372: begin