OKC_ARTICLE_ADOPTIONS

This table stores the adoption details of a global clause version in any given local operating unit. This table has rows for local operating units only. This stores rows for clause adoptions as AVAILABLE, LOCALIZED and ADOPTED.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_ARTICLE_ADOPTIONS_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes System generated Primary Key.
TASK_ID VARCHAR2 64 Approval Wokflow Task Id
GLOBAL_ARTICLE_VERSION_ID NUMBER 18 Yes Foreign Key to OKC_ARTICLE_VERSIONS. This references the Global Clause Version which was used for adoption at a Local Operating Unit.
LOCAL_ARTICLE_VERSION_ID NUMBER 18 Foreign Key to OKC_ARTICLE_VERSIONS. If a clause has been localized in the local operating unit, this information is stored. It is null for clause adopted 'as-is'
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.
ADOPTION_TYPE VARCHAR2 30 Yes Adoption Type of the Clause. Localized, Adopted . Foreign Key to FND_LOOKUPS of lookup type OKC_ARTICLE_ADOPTIONS.
LOCAL_ORG_ID NUMBER 18 Yes Refers to the operating unit in which the global clause was adopted as is or localized.
ADOPTION_STATUS VARCHAR2 30 Status of the Adoption of the Clause in the local org e.g. Not Approved, Pending, Approved. Foreign Key to FND_LOOKUPS of Lookup Type OKC_ARTICLE_STATUS.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_ARTICLE_ADOPTIONS okc_article_versions GLOBAL_ARTICLE_VERSION_ID
OKC_ARTICLE_ADOPTIONS okc_article_versions LOCAL_ARTICLE_VERSION_ID

Indexes

Index Uniqueness Tablespace Columns Status
OKC_ARTICLE_ADOPTIONS_N1 Non Unique Default LOCAL_ORG_ID, ADOPTION_TYPE
OKC_ARTICLE_ADOPTIONS_N2 Non Unique Default LOCAL_ARTICLE_VERSION_ID, LOCAL_ORG_ID
OKC_ARTICLE_ADOPTIONS_N3 Non Unique Default GLOBAL_ARTICLE_VERSION_ID Obsolete
OKC_ARTICLE_ADOPTIONS_N4 Non Unique Default LOCAL_ARTICLE_VERSION_ID Obsolete
OKC_ARTICLE_ADOPTIONS_U1 Unique Default GLOBAL_ARTICLE_VERSION_ID, LOCAL_ORG_ID, LOCAL_ARTICLE_VERSION_ID
OKC_ARTICLE_ADOPTIONS_U2 Unique Default ID