DBA Data[Home] [Help]

APPS.GL_BC_GROUP_PKG SQL Statements

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

Line: 14

  select 1 into dummy from dual
  where not exists
    (select 1 from gl_bc_options
     where bc_option_name = X_bc_option_name);
Line: 28

  SELECT gl_bc_options_s.nextval
  INTO next_id
  FROM dual;