DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on FND_VIEW_COLUMNS

Line 1143: from applsys.fnd_view_columns col

1139:
1140: cursor cur_columns(n_tabid in number
1141: , n_appid in number)
1142: is select col.column_name
1143: from applsys.fnd_view_columns col
1144: where col.view_id = n_tabid
1145: and col.application_id = n_appid
1146: order by col.column_sequence;
1147: