DBA Data[Home] [Help]

APPS.OKI_DBI_MV_UTIL_PVT SQL Statements

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

Line: 288

    INSERT INTO oki_dbi_multiplexer_b(
           id
         , created_by
         , last_update_login
         , creation_date
         , last_updated_by
         , last_update_date)
    VALUES (p_id
          , p_user_id
          , p_login_id
          , p_run_date
          , p_user_id
          , p_run_date ) ;