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


TABLE: OKC.OKC_REP_RELATIONSHIPS_B

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


OKC_REP_RELATIONSHIPS_B table stores the seeded contract Relationships for Contract Repository.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_REP_RELATIONSHIPS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRELATIONSHIP_ROLE1_ID
Columns
Name Datatype Length Mandatory Comments
RELATIONSHIP_ROLE1_ID NUMBER
Yes One of the roles in this relationship type.
RELATIONSHIP_ROLE2_ID NUMBER
Yes Second of two roles in this relationship type.
DISABLED_FLAG VARCHAR2 (1) Yes Flag to indicate whether this relationship type is disabled. Values are 'Y' / 'N'.
DIRECTION VARCHAR2 (1) Yes Contract Relationship direction. Valid values are F (Forward) and B (Backward).
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
,      RELATIONSHIP_ROLE2_ID
,      DISABLED_FLAG
,      DIRECTION
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_REP_RELATIONSHIPS_B;

Dependencies

[top of page]

OKC.OKC_REP_RELATIONSHIPS_B does not reference any database object

OKC.OKC_REP_RELATIONSHIPS_B is referenced by following:

SchemaAPPS
SynonymOKC_REP_RELATIONSHIPS_B