DBA Data[Home] [Help] [Dependency Information]


TABLE: OKC.OKC_ARTICLES_ALL

Object Details
Object Name: OKC_ARTICLES_ALL
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_ARTICLES_ALL
Subobject Name:
Status: VALID


This table stores all the clauses that are used for an organization. This includes the standard clauses that exist in the clause library as well as the non-standard clauses that are specific to a contract document. This table replaces the OKC_STD_ARTICLES_B/_TL used in releases prior to 11.5.10.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ARTICLES_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnARTICLE_ID
OKC_ARTICLES_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnARTICLE_NUMBER
OKC_ARTICLES_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORIG_SYSTEM_REFERENCE_CODE
ColumnORIG_SYSTEM_REFERENCE_ID1
ColumnORIG_SYSTEM_REFERENCE_ID2
OKC_ARTICLES_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnARTICLE_TITLE
ColumnORG_ID
OKC_ARTICLES_ALL_N4 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPPER("ARTICLE_TITLE")
Columns
Name Datatype Length Mandatory Comments
ARTICLE_ID NUMBER
Yes System generated Primary Key.
OBJECT_VERSION_NUMBER NUMBER
Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
ARTICLE_TITLE VARCHAR2 (450) Yes The Title for the clause. This is unique for a given operating unit.
ORG_ID NUMBER
Yes the operating unit in which clause is created.
ARTICLE_NUMBER VARCHAR2 (240)
Clause Number - could be manually entered e.g. 55533.1 or generated using document sequence auto-numbering.
STANDARD_YN VARCHAR2 (1) Yes Yes/No flag to indicate whether the clause is standard or non-standard.
ARTICLE_INTENT VARCHAR2 (1) Yes This is the Clause Intent i.e. Buy or Sell. Foreign Key to FND_LOOKUPS of lookup_type OKC_ARTICLE_INTENT.
ARTICLE_LANGUAGE VARCHAR2 (4) Yes The language of the Clause. Foreign Key to FND_LANGUAGES (Base or Installed).
ARTICLE_TYPE VARCHAR2 (30)
This is the Clause Type. Based on the FND_LOOKUPS with lookup_type of OKC_SUBJECT.
ORIG_SYSTEM_REFERENCE_CODE VARCHAR2 (30)
This column is used to preserve the code for the migrated system.
ORIG_SYSTEM_REFERENCE_ID1 VARCHAR2 (100)
This column is used to preserve the identifier1 for the migrated system.
ORIG_SYSTEM_REFERENCE_ID2 VARCHAR2 (100)
This column is used to preserve the identifier2 for the migrated system.
CZ_TRANSFER_STATUS_FLAG VARCHAR2 (1)
This column is used internally for refreshing the references in Contract Expert. The values are I-mported, N-ot Imported and R-efresh.
CREATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER

Standard Who column.
PROGRAM_ID NUMBER

Standard Concurrent Program Column.
PROGRAM_LOGIN_ID NUMBER

Standard Concurrent Program Column.
PROGRAM_APPLICATION_ID NUMBER

Standard Concurrent Program Column.
REQUEST_ID NUMBER

Standard Concurrent Program Column.
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield category column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield column.
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ARTICLE_ID
,      OBJECT_VERSION_NUMBER
,      ARTICLE_TITLE
,      ORG_ID
,      ARTICLE_NUMBER
,      STANDARD_YN
,      ARTICLE_INTENT
,      ARTICLE_LANGUAGE
,      ARTICLE_TYPE
,      ORIG_SYSTEM_REFERENCE_CODE
,      ORIG_SYSTEM_REFERENCE_ID1
,      ORIG_SYSTEM_REFERENCE_ID2
,      CZ_TRANSFER_STATUS_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM OKC.OKC_ARTICLES_ALL;

Dependencies

[top of page]

OKC.OKC_ARTICLES_ALL does not reference any database object

OKC.OKC_ARTICLES_ALL is referenced by following:

SchemaAPPS
SynonymOKC_ARTICLES
SynonymOKC_ARTICLES_ALL
Package BodyOKC_TERMS_UTIL_PVT - show dependent code