DBA Data[Home] [Help]

APPS.JL_ZZ_INV_LIBRARY_1_PKG SQL Statements

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

Line: 11

    SELECT SUBSTR (description, 1, 50)
    INTO   global_description
    FROM   fnd_descr_flex_contexts_vl
    WHERE  application_id = 7003
    AND    descriptive_flexfield_name  = flex_name
    AND    descriptive_flex_context_code = context
    AND    enabled_flag = 'Y'
    AND    rownum = row_number;