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


VIEW: APPS.OKS_RESOURCE_GROUPS_V

Object Details
Object Name: OKS_RESOURCE_GROUPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_RESOURCE_GROUPS_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
ID1 NUMBER
Yes Identifier1
ID2 CHAR (1)
Identifier2
RESOURCE_NUMBER VARCHAR2 (30) Yes Resource Number
RESOURCE_TYPE CHAR (8)
Resource Type
NAME VARCHAR2 (60) Yes Name
DESCRIPTION VARCHAR2 (240)
Description
START_DATE_ACTIVE DATE

Start Date Active
END_DATE_ACTIVE DATE

End Date Active
STATUS VARCHAR2 (1)
EMAIL_ADDRESS VARCHAR2 (240)
Query Text

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


SELECT ID1
,      ID2
,      RESOURCE_NUMBER
,      RESOURCE_TYPE
,      NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      STATUS
,      EMAIL_ADDRESS
FROM APPS.OKS_RESOURCE_GROUPS_V;

Dependencies

[top of page]

APPS.OKS_RESOURCE_GROUPS_V references the following:

SchemaAPPS
ViewJTF_RS_GROUPS_VL
APPS.OKS_RESOURCE_GROUPS_V is referenced by following:

SchemaAPPS
Package BodyOKS_ENTITLEMENTS_PVT - show dependent code
Package BodyOKS_MASSCHANGE_PVT - show dependent code