OKC_ART_RELS_INTERFACE

This is the interface table for import of relationships between standard clauses from external systems. All valid data in this table will be imported to OKC_ART_RELATNS_ALL using XML Based Clause Import Concurrent program. The users are expected to upload data into this table using XML. This is the open interface table for OKC Clause Library. Scope: public Lifecycle: active Display Name: OKC Clause Import Interface Product: OKC Category: BUSINESS_ENTITY OKC_LIBRARY_CLAUSE

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_ART_RELS_INTERFACE_PK

INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ID NUMBER 18 Yes Unique Identifier for each row. Users should use the sequence OKC_ART_RELS_INTERFACE_S.NEXTVAL to generate this identifier while loading data into this table.
BATCH_NUMBER VARCHAR2 100 Yes A generated code or user entered number or code to identify a batch of rows in the interface table.
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.
SOURCE_ARTICLE_TITLE VARCHAR2 450 Yes This references one of the two related clauses.
TARGET_ARTICLE_TITLE VARCHAR2 450 Yes This references one of the two related clauses.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
RELATIONSHIP_TYPE VARCHAR2 30 Yes Relationship Type between two clauses. Based on FND_LOOKUPS e.g. INCOMPATIBLE - Incompatible Clauses, ALTERNATE - Alternate Clauses.
PROCESS_STATUS VARCHAR2 1 Status of the imported Relationship, as a result of the import process run in either 'Validation ' or 'Import' mode. Valid values are E - Error, W - Warning and S - Success. In 'Validation' mode, successful or records with Warnings will not have a status.Only records with errors will have a status of 'E'. System Generated - Do Not Modify.
ACTION VARCHAR2 1 Yes This column represents different options that can be performed while importing this Variable row. i.e. 'S' - Create new relationship in the system. 'D' - Delete an existing relationship .
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_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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request

Indexes

Index Uniqueness Tablespace Columns
OKC_ART_RELS_INTERFACE_U1 Unique Default INTERFACE_ID