DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER1 dependencies on FND_FLEX_VALIDATION_QUALIFIERS

Line 3575: FROM fnd_flex_validation_qualifiers

3571:
3572: CURSOR CVA_Cursor(vs_id IN NUMBER) IS
3573: SELECT id_flex_application_id fapid, id_flex_code fcode,
3574: segment_attribute_type fqname, value_attribute_type sqname
3575: FROM fnd_flex_validation_qualifiers
3576: WHERE flex_value_set_id = vs_id
3577: ORDER BY assignment_date, id_flex_application_id, id_flex_code,
3578: value_attribute_type;
3579: vq cva_cursor%ROWTYPE;