[Home] [Help]
[Dependency Information]
Object Name: | OKE_K_ALL_ACCESS_BASIC_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
ASSIGNMENT_LEVEL | VARCHAR2 | (30) | The identifier of the type of the objects, such as Projects or | |
K_HEADER_ID | NUMBER | Yes | The identifier of the object to which the party is assigned to | |
PERSON_ID | NUMBER | (15) | The identifier of the source. Source can be employee or party. | |
ROLE_ID | NUMBER | The identifier of the role that is assigned to the RESOURCE_SOURCE_ID | ||
START_DATE_ACTIVE | DATE | The first effective date for the project party | ||
END_DATE_ACTIVE | DATE | The last effective date for the project party | ||
CREATION_DATE | DATE | The date this assignment is created |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_LEVEL
, K_HEADER_ID
, PERSON_ID
, ROLE_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
FROM APPS.OKE_K_ALL_ACCESS_BASIC_V;
|
|
|