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


VIEW: APPS.CSF_RESOURCES_V

Object Details
Object Name: CSF_RESOURCES_V
Object Type: VIEW
Owner: APPS
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
RESOURCE_ID NUMBER

Resource Identification
RESOURCE_NUMBER VARCHAR2 (30)
Resource Number
RESOURCE_TYPE VARCHAR2 (19)
Resource Type
RESOURCE_NAME VARCHAR2 (360)
Resource Name
RESOURCE_START_DATE_ACTIVE DATE

Start Date Active of the resource
RESOURCE_END_DATE_ACTIVE DATE

End Date Active of the Resource
Query Text

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


SELECT RESOURCE_ID
,      RESOURCE_NUMBER
,      RESOURCE_TYPE
,      RESOURCE_NAME
,      RESOURCE_START_DATE_ACTIVE
,      RESOURCE_END_DATE_ACTIVE
FROM APPS.CSF_RESOURCES_V;

Dependencies

[top of page]

APPS.CSF_RESOURCES_V references the following:

SchemaAPPS
SynonymJTF_RS_GROUPS_B
SynonymJTF_RS_GROUPS_TL
SynonymJTF_RS_RESOURCE_EXTNS
SynonymJTF_RS_RESOURCE_EXTNS_TL
SynonymJTF_RS_TEAMS_B
SynonymJTF_RS_TEAMS_TL
APPS.CSF_RESOURCES_V is referenced by following:

SchemaAPPS
ViewCSF_RESOURCE_SKILLS_V