DBA Data[Home] [Help]

APPS.FND_ORACLE_SCHEMA SQL Statements

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

Line: 12

    select tag
    into ret_value
    from fnd_lookup_values
    where lookup_type = 'EXTERNAL_SCHEMA'
    and lookup_code = x_lookup_code
    and language = userenv('LANG');
Line: 38

      select oracle_id
      into cnt
      from fnd_oracle_userid
      where oracle_username = upper(schema_name);