DBA Data[Home] [Help]

APPS.GMA_STANDARD dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 194: FROM fnd_descr_flex_column_usages

190:
191: /* Used to check if the attribute is required in the flexfield */
192: CURSOR c_get_flex1 IS
193: SELECT count(*)
194: FROM fnd_descr_flex_column_usages
195: WHERE application_id = '709'
196: AND descriptive_flexfield_name = 'EDR_FILE_ATTRIBUTES'
197: AND descriptive_flex_context_code = p_category;
198: LocalFlex1Record c_get_flex1%ROWTYPE;