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


VIEW: APPS.OKE_K_ACCESS_V

Object Details
Object Name: OKE_K_ACCESS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_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
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
Query Text

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;

Dependencies

[top of page]

APPS.OKE_K_ACCESS_V references the following:

SchemaAPPS
SynonymOKE_K_HEADERS
SynonymOKE_PROGRAMS
SynonymPA_PROJECT_PARTIES
ViewPA_PROJECT_ROLE_TYPES
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code
APPS.OKE_K_ACCESS_V is referenced by following:

SchemaAPPS
Package BodyOKE_KCOPY_PKG - show dependent code