[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REP_CONTRACT_PARTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_REP_CONTRACT_PARTIES
|
| Subobject Name: | |
| Status: | VALID |
OKC_REP_CONTRACT_PARTIES table stores the Parties in a Contract. The Party can be from PO_VENDORS, HZ_PARTIES, or HR_ALL_ORGANIZATION_UNITS. A PARTY_ID with a PARTY_ROLE_CODE of SUPPLIER-ORG comes from PO_VENDORS; A PARTY_ID with a PARTY_ROLE_CODE of CUSTOMER_ORG or PARTNER_ORG comes from HZ_PARTIES; A PARTY_ID with a PARTY_ROLE_CODE of INTERNAL_ORG comes from HR_ALL_ORGANIZATION_UNITS.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_REP_CONTRACT_PARTIES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONTRACT_ID
PARTY_ROLE_CODE
PARTY_ID
|
| OKC_REP_CONTRACT_PARTIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARTY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Yes | Contract Id of the contract for which this record is a party. | |
| PARTY_ROLE_CODE | VARCHAR2 | (30) | Yes | Role of this party in the contract. |
| PARTY_ID | NUMBER | Yes | Id of the party. | |
| PARTY_LOCATION_ID | NUMBER | Location ID of the party. | ||
| 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. | |
| PROGRAM_ID | NUMBER | Identifies the concurrent program. | ||
| PROGRAM_LOGIN_ID | NUMBER | Identifies the Oracle Applications Concurrent Program login Id. | ||
| PROGRAM_APPLICATION_ID | NUMBER | Identifies the Oracle Application that spawned the concurrent program. | ||
| REQUEST_ID | NUMBER | Identifies the concurrent request instance that spawned the concurrent program. |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, PARTY_ROLE_CODE
, PARTY_ID
, PARTY_LOCATION_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
FROM OKC.OKC_REP_CONTRACT_PARTIES;
OKC.OKC_REP_CONTRACT_PARTIES does not reference any database object
OKC.OKC_REP_CONTRACT_PARTIES is referenced by following:
OKC
OKC_REP_CONTRACT_PARTIES#
|
|
|
|