DBA Data[Home] [Help]

APPS.IGS_CO_GEN_003 dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 162: FROM fnd_descr_flex_col_usage_vl usg

158: --
159: CURSOR cur_enabled_attributes IS
160: SELECT usg.form_left_prompt form_left_prompt,
161: usg.application_column_name application_column_name
162: FROM fnd_descr_flex_col_usage_vl usg
163: WHERE usg.descriptive_flexfield_name = 'IGS_AD_APPL_INST_FLEX'
164: AND usg.enabled_flag = 'Y'
165: AND usg.application_id = 8405;
166:

Line 291: FROM fnd_descr_flex_col_usage_vl usg

287: --
288: CURSOR cur_enabled_attributes IS
289: SELECT usg.form_left_prompt form_left_prompt,
290: usg.application_column_name application_column_name
291: FROM fnd_descr_flex_col_usage_vl usg
292: WHERE usg.descriptive_flexfield_name = 'IGS_PE_PERS_RESIDENCY_FLEX'
293: AND usg.enabled_flag = 'Y'
294: AND usg.application_id = 8405;
295: