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


TABLE: OKC.OKC_REP_CONTRACT_RELS

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


OKC_REP_CONTRACT_RELS table stores a relationship between two contracts.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_REP_CONTRACT_RELS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTRACT_ID
ColumnRELATED_CONTRACT_ID
ColumnRELATIONSHIP_ROLE1_ID
Columns
Name Datatype Length Mandatory Comments
RELATIONSHIP_ROLE1_ID NUMBER
Yes Relationship type identifier.
CONTRACT_ID NUMBER
Yes Contract from which this relationship type is being created.
RELATED_CONTRACT_ID NUMBER
Yes Contract to which this relationship type is being created.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1on 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.
Query Text

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


SELECT RELATIONSHIP_ROLE1_ID
,      CONTRACT_ID
,      RELATED_CONTRACT_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_REP_CONTRACT_RELS;

Dependencies

[top of page]

OKC.OKC_REP_CONTRACT_RELS does not reference any database object

OKC.OKC_REP_CONTRACT_RELS is referenced by following:

SchemaAPPS
SynonymOKC_REP_CONTRACT_RELS