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


TABLE: OKC.OKC_WORD_SYNC_T

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


Temporary table to store the contract document and clauses in word format


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_WORD_SYNC_T_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
ColumnDOC_ID
ColumnDOC_TYPE
SYS_IL0000523182C00004$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000523182C00007$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
OKC_WORD_SYNC_T_NU1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDOC_TYPE
ColumnDOC_ID
ColumnACTION
Columns
Name Datatype Length Mandatory Comments
ID NUMBER

This is to store the id for each row in this table
DOC_ID NUMBER

Stores the id of the businnes document
DOC_TYPE VARCHAR2 (100)
Stores the type of the business document
BLOB_DATA BLOB (4000)
This column stores the WML content of the document or clause
CAT_ID NUMBER

This column stores the id in okc_k_articles_b table
ACTION VARCHAR2 (30)
This column specifies the status of the record during Word upload
CLOB_DATA CLOB (4000)
This stores the content of the clause text in CLOB format
Query Text

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


SELECT ID
,      DOC_ID
,      DOC_TYPE
,      BLOB_DATA
,      CAT_ID
,      ACTION
,      CLOB_DATA
FROM OKC.OKC_WORD_SYNC_T;

Dependencies

[top of page]

OKC.OKC_WORD_SYNC_T does not reference any database object

OKC.OKC_WORD_SYNC_T is referenced by following:

SchemaOKC
ViewOKC_WORD_SYNC_T#