POQ_SUPPLIER_ELIG_HISTORY
POQ_SUPPLIER_ELIG_HISTORY contains the history for records of table POQ_SUPPLIER_ELIGIBILITY. Each record indicates the change in the eligibility of a supplier to take part in events like Sourcing negotation, for a specific business unit.
Details
-
Schema: FUSION
-
Object owner: POQ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
POQ_SUPPLIER_ELIG_HISTORY_PK |
SUPPLIER_ELIG_HISTORY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SUPPLIER_ELIG_HISTORY_ID | NUMBER | 18 | Yes | System-generated unique identifier. | |
ELIGIBILITY_ID | NUMBER | 18 | Yes | Unique identifier for a supplier eligibility record. | |
SUPPLIER_ID | NUMBER | 18 | Identifier of the supplier who is being added for eligibility. | ||
BU_ID | NUMBER | 18 | Identifier of the Business unit for which a supplier is marked for eligibility. | ||
SOURCING_ASSESSMENT_ID | NUMBER | 18 | Identifier of the assessment used for Sourcing eligibility. | ||
SOURCING_ELIGIBILITY_CODE | VARCHAR2 | 30 | Indicates the sourcing eligibility for the supplier and business unit association. | ||
SOURCING_COMMENTS | VARCHAR2 | 1000 | Comments added for the supplier sourcing eligibility record. | ||
SOURCING_ELIG_UPDATED_BY | NUMBER | 18 | Indicates the user who creates or updates the sourcing eligibility record. | ||
SOURCING_ELIG_UPDATE_DATE | TIMESTAMP | Indicates the date and time of the creation or update of the sourcing eligibility record. | |||
SOURCING_ELIG_UPDATE_ACTION | VARCHAR2 | 30 | Indicates the process performing the creation or update of the sourcing eligibility record. | ||
AUDIT_ACTION_TYPE | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
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. | |
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 |
---|---|---|---|
POQ_SUPPLIER_ELIG_HISTORY_N1 | Non Unique | Default | ELIGIBILITY_ID |
POQ_SUPPLIER_ELIG_HISTORY_PK | Unique | Default | SUPPLIER_ELIG_HISTORY_ID |