[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REP_CONTRACT_RELS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_REP_CONTRACT_RELS
|
| Subobject Name: | |
| Status: | VALID |
OKC_REP_CONTRACT_RELS table stores a relationship between two contracts.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_REP_CONTRACT_RELS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONTRACT_ID
RELATED_CONTRACT_ID
RELATIONSHIP_ROLE1_ID
|
| 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. |
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;
OKC.OKC_REP_CONTRACT_RELS does not reference any database object
OKC.OKC_REP_CONTRACT_RELS is referenced by following:
OKC
OKC_REP_CONTRACT_RELS#
|
|
|
|