DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 444: from fnd_descr_flex_column_usages

440: x_des_fname varchar2(100) := 'WSH_REGIONS';
441:
442: cursor c1 is
443: select application_column_name
444: from fnd_descr_flex_column_usages
445: where end_user_column_name = x_end_user_column_name
446: and descriptive_flexfield_name = x_des_fname
447: and application_id = x_wsh_application_id;
448: