DBA Data[Home] [Help]

APPS.XNP_TRACE SQL Statements

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

Line: 29

  INSERT INTO xnp_debug
    (DEBUG_ID
    ,DEBUG_LEVEL
    ,CONTEXT
    ,DESCRIPTION
    ,created_by
    ,creation_date
    ,last_updated_by
    ,last_update_date
    )
  VALUES
    (xnp_debug_s.nextval
    ,p_DEBUG_LEVEL
    ,p_CONTEXT
    ,p_DESCRIPTION
    ,fnd_global.user_id
    ,sysdate
    ,fnd_global.user_id
    ,sysdate
    );