CSO_STG_REQ_ACT_CAPT_SRCH

Temporary table needed for ETL. Will contain only an hours worth of data of svc_req_action_capture table.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_STG_REQ_ACT_CAPT_SRCH_PK

REQUEST_AC_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_AC_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
SESSION_ID VARCHAR2 200 Yes ID to track the contiguous usage of REST API from CSS for a given user session.
SESSION_TYPE_ID NUMBER 18 Stores the SESSION_TYPE_ID of the matching URI_PATTERN.
SESSION_USER VARCHAR2 64 Yes Actual logged in user or the integration appid when anonymous session in the CSS.
REQUEST_DATE TIMESTAMP Yes Systime when the request came in.
REQUEST_URI VARCHAR2 1000 Full URI of the incoming request including the parameters.
ACTION_TYPE VARCHAR2 30 Yes To capture the HTTP VERB for the resource.
PROXY_USER_FLAG VARCHAR2 1 To indicate whether the value in the user column is end user or proxy user.
PRODUCT_FAMILY VARCHAR2 30 Yes To identify the product FA product family - default to CRM.
REQUEST_URL VARCHAR2 1000 Full URL of the incoming request including the parameters.
REQUEST_HEADER VARCHAR2 2000 Header details of the incoming request.
REQUEST_PAYLOAD VARCHAR2 3000 Payload details of the incoming request.
RESPONSE_CODE VARCHAR2 50 Response status code of the incoming request.
RESPONSE_PAYLOAD VARCHAR2 4000 Payload details of the search request.

Indexes

Index Uniqueness Tablespace Columns
CSO_STG_REQ_ACT_CAPT_SRCH_PK Unique Default REQUEST_AC_ID