[Home] [Help]
[Dependency Information]
| Object Name: | OKC_CHANGE_PARTY_ROLE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_CHANGE_PARTY_ROLE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
A CHANGE PARTY ROLE is a combination of the PARTY (person or org) who is playing a particular ROLE in the CHANGE process and the CHANGE itself.
EXAMPLE
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
MISCELLANEOUS
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The address of the row in the database | |
| CRT_ID | NUMBER | Yes | Foreign key to OKC_CHANGE_REQUESTS_B. | |
| CPL_ID | NUMBER | Yes | Foreign key to OKC_K_PARTY_ROLES_B. | |
| 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. |
| ACCEPTANCE_DATE | DATE | Any date/time combination | ||
| 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 ROW_ID
, CRT_ID
, CPL_ID
, OBJECT_VERSION_NUMBER
, ACCEPTANCE_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKC_CHANGE_PARTY_ROLE_V;
APPS
OKC_CHANGE_PARTY_ROLE
APPS
OKC_CPR_PVT
- show dependent code
OKC_CPR_PVT
- show dependent code
|
|
|
|