DBA Data[Home] [Help]

APPS.OKE_K_USER_ATTR_UTILS SQL Statements

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

Line: 27

    SELECT concatenated_segment_delimiter
    ,      freeze_flex_definition_flag
    FROM   fnd_descriptive_flexs
    WHERE  application_id = 777
    AND    descriptive_flexfield_name = 'OKE_K_USER_ATTRIBUTES'
    ;
Line: 35

    SELECT form_left_prompt
    FROM   fnd_descr_flex_col_usage_vl
    WHERE  application_id = 777
    AND    descriptive_flexfield_name = 'OKE_K_USER_ATTRIBUTES'
    AND    descriptive_flex_context_code = X_User_Attribute_Context
    ORDER BY column_seq_num
    ;