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


VIEW: APPS.OKE_K_ROLES_V

Object Details
Object Name: OKE_K_ROLES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_ROLES_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
ROLE_ID NUMBER
Yes Contract role unique identifier
CODE VARCHAR2 (20) Yes Internal contract role code
NAME VARCHAR2 (80) Yes User-entered contract role name
DESCRIPTION VARCHAR2 (250)
Description of contract role
START_DATE_ACTIVE DATE
Yes Date this contract role becomes active
END_DATE_ACTIVE DATE

Date this contract role becomes inactive
Query Text

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


SELECT ROLE_ID
,      CODE
,      NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.OKE_K_ROLES_V;

Dependencies

[top of page]

APPS.OKE_K_ROLES_V references the following:

SchemaAPPS
ViewPA_PROJECT_ROLE_TYPES
SynonymPA_ROLE_CONTROLS
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code
APPS.OKE_K_ROLES_V is referenced by following:

SchemaAPPS
Package BodyOKE_K_APPROVAL_WF - show dependent code
ViewOKE_NOTIFICATIONS_V