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


TABLE: OKC.OKC_STD_ARTICLES_B

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


A STANDARD ARTICLE is standard text commonly used in the creation of a contract. This text specifies in plain language a set of requirements which may be specified in the RFP to apply to preparation of the proposal, offering (PROVISION) or which apply to the execution of an agreed, signed active contract (CLAUSE).
Standard Articles may be referenced into a contract, creating a pointer to the Standard Article in OKC_K_ARTICLES_B, or copied in, which brings the complete text into OKC_K_ARTICLES_B.
Standard Articles may be grouped into sets, and copied or referenced into a contract by the set. They may be classifed for use in a certain subclass of contract, and they may be organized by subject. Incompatiblities between Standard Articles may be defined.
The actual text of the article is stored in the VERSIONS table (OKC_STD_ART_VERSIONS_TL) to allow for revisions to the text while maintaining the same article table, grouping, classification, etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_STD_ARTICLES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column.
SBT_CODE VARCHAR2 (30) Yes Subject under which the article can be categorized.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
ATTRIBUTE_CATEGORY VARCHAR2 (90)
Descriptive flexfield category column.
ATTRIBUTE1 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE2 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE3 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE4 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE5 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE6 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE7 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE8 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE9 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE10 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE11 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE12 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE13 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE14 VARCHAR2 (450)
Descriptive flexfield column.
ATTRIBUTE15 VARCHAR2 (450)
Descriptive flexfield column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ID
,      SBT_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      SECURITY_GROUP_ID
FROM OKC.OKC_STD_ARTICLES_B;

Dependencies

[top of page]

OKC.OKC_STD_ARTICLES_B does not reference any database object

OKC.OKC_STD_ARTICLES_B is referenced by following:

SchemaAPPS
SynonymOKC_STD_ARTICLES_B