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


TABLE: OKC.OKC_REP_CONTRACT_PARTIES

Object Details
Object Name: OKC_REP_CONTRACT_PARTIES
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_REP_CONTRACT_PARTIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTRACT_ID
ColumnPARTY_ROLE_CODE
ColumnPARTY_ID
OKC_REP_CONTRACT_PARTIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

OKC.OKC_REP_CONTRACT_PARTIES does not reference any database object

OKC.OKC_REP_CONTRACT_PARTIES is referenced by following:

SchemaOKC
ViewOKC_REP_CONTRACT_PARTIES#