DBA Data[Home] [Help]

APPS.FND_CONTEXT_UTIL SQL Statements

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

Line: 40

    SELECT text INTO lobd
      FROM fnd_oam_context_files
     WHERE upper(node_name) = upper(get_tag_value.node_name)
       and status in ('S','F')
       and name not in ('METADATA', 'TEMPLATE')
       and ctx_type = 'A'
       and rownum=1;