DBA Data[Home] [Help]

APPS.FUN_KFF_VIEW_FUNC_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 7

    select segment_attribute_type||'.'||value_attribute_type qual
    from fnd_flex_validation_qualifiers
    where flex_value_set_id = p_value_set_id order by assignment_date;
Line: 56

    select count(*) from fnd_flex_validation_qualifiers where flex_value_set_id = p_value_set_id;