DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 468: from fnd_descr_flex_column_usages

464: x_des_fname varchar2(100) := 'WSH_REGIONS';
465:
466: cursor c1 is
467: select application_column_name
468: from fnd_descr_flex_column_usages
469: where end_user_column_name = x_end_user_column_name
470: and descriptive_flexfield_name = x_des_fname
471: and application_id = x_wsh_application_id;
472: