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


VIEW: APPS.OKC_RESOURCE_USERS_V

Object Details
Object Name: OKC_RESOURCE_USERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_RESOURCE_USERS_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
ID NUMBER

Surrogate key used for primary unique identifiers
RESOURCE_NUMBER VARCHAR2 (30)
JTF resource number
RESOURCE_TYPE VARCHAR2 (30)
valid value same as jtf_rs_resource_extns.category
NAME VARCHAR2 (360)
Name of the resource, must have role �CONTRACTS�
DESCRIPTION VARCHAR2 (100)
User entered free format text description
START_DATE_ACTIVE DATE

Active start date
END_DATE_ACTIVE DATE

Active end date
STATUS VARCHAR2 (1)
DELETE_FLAG VARCHAR2 (1)
Query Text

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


SELECT ID
,      RESOURCE_NUMBER
,      RESOURCE_TYPE
,      NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      STATUS
,      DELETE_FLAG
FROM APPS.OKC_RESOURCE_USERS_V;

Dependencies

[top of page]

APPS.OKC_RESOURCE_USERS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewOKX_RESOURCES_V
ViewOKX_RESOURCE_ROLES_V
APPS.OKC_RESOURCE_USERS_V is referenced by following:

SchemaAPPS
Package BodyOKC_CAC_PVT - show dependent code