DBA Data[Home] [Help]

APPS.EDR_FILES_PUB dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 140: FROM fnd_descr_flex_column_usages

136:
137: -- Used to check if the attribute is required in the flexfield
138: CURSOR c_get_flex1 IS
139: SELECT count(*)
140: FROM fnd_descr_flex_column_usages
141: WHERE application_id = '709'
142: AND descriptive_flexfield_name = 'EDR_FILE_ATTRIBUTES'
143: AND descriptive_flex_context_code = p_category;
144: LocalFlex1Record c_get_flex1%ROWTYPE;