DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKE_K_ALL_ACCESS_BASIC_V

Object Details
Object Name: OKE_K_ALL_ACCESS_BASIC_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_ALL_ACCESS_BASIC_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKE_K_ALL_ACCESS_BASIC_V references the following:

SchemaAPPS
SynonymFND_USER
SynonymOKE_K_HEADERS
PL/SQL PackageOKE_K_SECURITY_PKG - show dependent code
SynonymPA_PROJECT_PARTIES
APPS.OKE_K_ALL_ACCESS_BASIC_V is referenced by following:

SchemaAPPS
ViewOKE_K_ALL_ACCESS_V