DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 947: from fnd_descr_flex_column_usages

943: x_des_fname varchar2(100) := 'WSH_REGIONS';
944:
945: cursor c1 is
946: select application_column_name
947: from fnd_descr_flex_column_usages
948: where end_user_column_name = x_end_user_column_name
949: and descriptive_flexfield_name = x_des_fname
950: and application_id = x_wsh_application_id;
951: