DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER1 dependencies on FND_FLEX_VALIDATION_QUALIFIERS

Line 3555: FROM fnd_flex_validation_qualifiers

3551:
3552: CURSOR CVA_Cursor(vs_id IN NUMBER) IS
3553: SELECT id_flex_application_id fapid, id_flex_code fcode,
3554: segment_attribute_type fqname, value_attribute_type sqname
3555: FROM fnd_flex_validation_qualifiers
3556: WHERE flex_value_set_id = vs_id
3557: ORDER BY assignment_date, id_flex_application_id, id_flex_code,
3558: value_attribute_type;
3559: vq cva_cursor%ROWTYPE;