QA_IP_SPECIFICATION_DTLS

This table contains the specification attribute values and attribute values retrieved from PIM.

Details

  • Schema: FUSION

  • Object owner: QA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QA_IP_SPECIFICATION_DTLS_PK

IP_SPECIFICATION_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
IP_SPECIFICATION_DTL_ID NUMBER 18 Yes Surrogate identifier for inspection plan specification details.
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.
IP_SPECIFICATION_ID NUMBER 18 Surrogate identifier reference for inspection plan specification.
ATTRIBUTE_TYPE VARCHAR2 30 Indicates the attribute column corresponding to qa_ip_specifications. Valid values are - TARGET, MINIMUM and MAXIMUM.
ATTRIBUTE_GROUP_CODE VARCHAR2 80 Indicates the internal attribute group code.
ATTRIBUTE_CODE VARCHAR2 30 Indicates the internal attribute code.
ATTRIBUTE_NEW_VALUE VARCHAR2 4000 Indicates the attribute value retrieved.
ATTRIBUTE_OLD_VALUE VARCHAR2 4000 Indicates the attribute value stored in inspection plan specifications.
ATTRIBUTE_UOM VARCHAR2 9 Indicates the attribute UOM retrieved.
ERROR_MESSAGE VARCHAR2 30 Indicates the error encountered.
COMPLETED_FLAG VARCHAR2 1 Yes Flag that determines whether the specification is completely defined or not. Can be either 'Y' or 'N'.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.
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
QA_IP_SPECIFICATION_DTLS_N1 Non Unique Default "REQUEST_ID"
QA_IP_SPECIFICATION_DTLS_U1 Unique Default REQUEST_ID, IP_SPECIFICATION_ID, ATTRIBUTE_TYPE
QA_IP_SPECIFICATION_DTLS_U2 Unique Default IP_SPECIFICATION_DTL_ID