DBA Data[Home] [Help]

APPS.FND_CONC_GLOBAL SQL Statements

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

Line: 126

    select instance_number
    into zops_inst_num
    from v$instance;
Line: 177

    ** Select any name globals that were not directly passed.
    ** Example:
    **   begin
    **   select u.user_name
    **       into zuser_name
    **       from fnd_user u
    **       where u.user_id = initialize.user_id;
Line: 268

  select instance_number
    into zops_inst_num
    from v$instance;