[Home] [Help]
[Dependency Information]
| Object Name: | OKE_P_ROLE_ASSIGN_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_P_ROLE_ASSIGN_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Database generated row identifier | |
| RECORD_VERSION_NUMBER | NUMBER | Locking sequence number for the record | ||
| PROJECT_PARTY_ID | NUMBER | (15) | Yes | System generated unique identifier for the assignment record |
| OBJECT_ID | NUMBER | Yes | Unique identifier of object as specified in OBJECT_TYPE | |
| OBJECT_TYPE | VARCHAR2 | (30) | Yes | Internal identifier of the type of object this assignment is made against |
| OBJECT_NUMBER | VARCHAR2 | (80) | Yes | Displayed number of the object this assignment is made against; either contract document number or program number depending on object type |
| RESOURCE_ID | NUMBER | (15) | Internal identifier of the resource to which this assignment is made | |
| RESOURCE_TYPE_ID | NUMBER | (15) | Yes | Identifier of the type of resource. Currently the only valid value is Employee (101). |
| PERSON_ID | NUMBER | (15) | Yes | Unique identifier of employee for which this assignment is made |
| PERSON_NAME | VARCHAR2 | (240) | Name of employee for which this assignment is made | |
| ROLE_ID | NUMBER | Yes | Contract role unique identifier | |
| ROLE_NAME | VARCHAR2 | (80) | Yes | Contract role name |
| START_DATE_ACTIVE | DATE | Yes | Date this assignment becomes active | |
| END_DATE_ACTIVE | DATE | Date this assignment becomes inactive | ||
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RECORD_VERSION_NUMBER
, PROJECT_PARTY_ID
, OBJECT_ID
, OBJECT_TYPE
, OBJECT_NUMBER
, RESOURCE_ID
, RESOURCE_TYPE_ID
, PERSON_ID
, PERSON_NAME
, ROLE_ID
, ROLE_NAME
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.OKE_P_ROLE_ASSIGN_V;
APPS
OKE_PROGRAMS
PA_PROJECT_PARTIES
PA_PROJECT_ROLE_TYPES
PA_ROLE_JOB_BG_UTILS
- show dependent code
PER_ALL_PEOPLE_F
APPS.OKE_P_ROLE_ASSIGN_V is not referenced by any database object
|
|
|
|