[Home] [Help]
[Dependency Information]
| Object Name: | OKC_CHANGE_PARTY_ROLE |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_CHANGE_PARTY_ROLE
|
| Subobject Name: | |
| Status: | VALID |
Relates a Contract Party (OKC_K_PARTY_ROLES_B) to a Change Request (OKC_CHANGE_REQUESTS_B).
These are examples found on a government SF-30 (Amendment of Solicitation/Modification of Contract) form:
Contractor/Offeror
Contracting Officer
Change made under Authority of
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_CHANGE_PARTY_ROLE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CRT_ID
CPL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CRT_ID | NUMBER | Yes | Identifier of the change request to which this record belongs | |
| CPL_ID | NUMBER | Yes | Identifier of the contract party to which this record belongs | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on 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. | |
| ACCEPTANCE_DATE | DATE | Date this party accepted this change | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT CRT_ID
, CPL_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, ACCEPTANCE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKC.OKC_CHANGE_PARTY_ROLE;
OKC.OKC_CHANGE_PARTY_ROLE does not reference any database object
OKC.OKC_CHANGE_PARTY_ROLE is referenced by following:
APPS
OKC_CHANGE_PARTY_ROLE
|
|
|
|