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


VIEW: APPS.OKE_K_ALL_ACCESS_V

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

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_LEVEL VARCHAR2 (30)
Level at which this contract assignment is made
K_HEADER_ID NUMBER
Yes Contract document unique identifier
K_NUMBER VARCHAR2 (240)
Contract document number
PERSON_ID NUMBER (15)
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

Contract role unique identifier
ROLE_NAME VARCHAR2 (80) Yes Contract role name
START_DATE_ACTIVE DATE

Date this assignment becomes active
END_DATE_ACTIVE DATE

Date this assignment becomes inactive
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSIGNMENT_LEVEL
,      K_HEADER_ID
,      K_NUMBER
,      PERSON_ID
,      PERSON_NAME
,      ROLE_ID
,      ROLE_NAME
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.OKE_K_ALL_ACCESS_V;

Dependencies

[top of page]

APPS.OKE_K_ALL_ACCESS_V references the following:

SchemaAPPS
ViewOKE_K_ALL_ACCESS_BASIC_V
SynonymOKE_K_HEADERS
PL/SQL PackageOKE_K_SECURITY_PKG - show dependent code
ViewPA_PROJECT_ROLE_TYPES
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code
SynonymPER_ALL_PEOPLE_F

APPS.OKE_K_ALL_ACCESS_V is not referenced by any database object