[Home] [Help]
[Dependency Information]
Object Name: | OKE_K_ACCESS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
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) | System generated unique identifier for the assignment record | |
OBJECT_ID | NUMBER | Unique identifier of object as specified in OBJECT_TYPE | ||
OBJECT_TYPE | VARCHAR2 | (30) | Internal identifier of the type of object this assignment is made against | |
OBJECT_NUMBER | VARCHAR2 | (240) | 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) | Identifier of the type of resource. Currently the only valid value is Employee (101). | |
PERSON_ID | NUMBER | (15) | Unique identifier of employee for which this assignment is made | |
ROLE_ID | NUMBER | Contract role unique identifier | ||
ROLE_NAME | VARCHAR2 | (80) | Contract role name | |
START_DATE_ACTIVE | DATE | Date this assignment becomes active | ||
END_DATE_ACTIVE | DATE | Date this assignment becomes inactive | ||
CREATION_DATE | DATE | Standard Who column | ||
CREATED_BY | NUMBER | Standard Who column | ||
LAST_UPDATE_DATE | DATE | Standard Who column | ||
LAST_UPDATED_BY | NUMBER | 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
, 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_K_ACCESS_V;
|
|
|