CN_TP_UDQ_ANALYSIS_ALL

This table stores statistics of user defined queries(UDQ).

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_UDQ_ANALYSIS_ALL_PK

UDQ_ANALYSIS_ID

Columns

Name Datatype Length Precision Not-null Comments
UDQ_ANALYSIS_ID NUMBER 18 Yes Unique identifier
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
CALC_JOB_ID NUMBER 18 Yes Calculation process Job ID references cn_tp_calc_jobs_all.calc_job_id
VALUE_SET_CODE VARCHAR2 60 Code of the Value Set used in the UDQ
PARTICIPANT_ID NUMBER 18 System generated primary key for Participant
SRP_COMP_PLAN_ID NUMBER 18 Sales rep compensation plan identifier
PLAN_COMPONENT_ID NUMBER 18 Plan component id
FORMULA_ID NUMBER 18 Identifier for formula used
TOTAL_FLAG VARCHAR2 1 Indicate that the row contains total aggregate time for UDQ execution.
EXECUTION_COUNT NUMBER Indicates how many times the UDQ was executed
TOTAL_PROCESS_TIME NUMBER Total time taken for the execution of the UDQ
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CN_TP_UDQ_ANALYSIS_ALL_N1 Non Unique Default CALC_JOB_ID, VALUE_SET_CODE, TOTAL_FLAG
CN_TP_UDQ_ANALYSIS_ALL_PK Unique Default UDQ_ANALYSIS_ID