DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 1015: from fnd_descr_flex_column_usages

1011: x_des_fname varchar2(100) := 'WSH_REGIONS';
1012:
1013: cursor c1 is
1014: select application_column_name
1015: from fnd_descr_flex_column_usages
1016: where end_user_column_name = x_end_user_column_name
1017: and descriptive_flexfield_name = x_des_fname
1018: and application_id = x_wsh_application_id;
1019: