[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REP_PARTY_CONTACTS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_REP_PARTY_CONTACTS
|
| Subobject Name: | |
| Status: | VALID |
OKC_REP_PARTY_CONTACTS stores the contacts for a party in a contract. The contact record can be from PO_VENDOR_CONTACTS, HZ_PARTIES, or PER_PEOPLE_F, depending on the party role of the contact party. A contact whose party has a role of SUPPLIER_ORG comes from PO_VENDOR_CONTACTS; A contact whose party has a role of CUSTOMER_ORG or PARTNER_ORG comes from HZ_PARTIES; A contact whose party has a role of INTERNAL_ORG comes from PER_PEOPLE_F.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_REP_PARTY_CONTACTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONTRACT_ID
PARTY_ID
PARTY_ROLE_CODE
CONTACT_ID
CONTACT_ROLE_ID
|
| OKC_REP_PARTY_CONTACTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CONTACT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Yes | Foreign key to OKC_REP_CONTRACTS_ALL.contract_id. | |
| PARTY_ID | NUMBER | Yes | Party ID column. | |
| PARTY_ROLE_CODE | VARCHAR2 | (30) | Yes | Role of this party in the contract. |
| CONTACT_ID | NUMBER | Yes | Id of the contact for the party. | |
| CONTACT_ROLE_ID | NUMBER | Yes | Role of this party contact. | |
| 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_ID
, PARTY_ROLE_CODE
, CONTACT_ID
, CONTACT_ROLE_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_PARTY_CONTACTS;
OKC.OKC_REP_PARTY_CONTACTS does not reference any database object
OKC.OKC_REP_PARTY_CONTACTS is referenced by following:
APPS
OKC_REP_PARTY_CONTACTS
|
|
|
|