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


VIEW: APPS.CSR_WTP_DISPLAY_V

Object Details
Object Name: CSR_WTP_DISPLAY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSR.CSR_WTP_DISPLAY_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
WINDOW_TYPE VARCHAR2 (240) Yes Name of the WTP Window
START_TIME DATE

Start Time of the WTP Window
END_TIME DATE

End Time of the WTP Window
WTP_DATE DATE

Date of the WTP Plan Option
COST NUMBER

Cost of the Plan Option
PLAN_OPTION_ID NUMBER
Yes Identifier to the CSF_R_PLAN_OPTIONS Table which stores more information about the generated Plan Option
RESOURCE_NAME VARCHAR2 (4000)
Name of the Resource to whom the Plan Option is assigned
RESOURCE_ID NUMBER

Id of the Resource to whom the Plan Option is assigned
RESOURCE_TYPE VARCHAR2 (30)
Type of the Resource to whom the Plan Option is assigned
SCHED_REQUEST_ID NUMBER
Yes Identifier to CSF_R_SCHED_REQUESTS which has more information about the request which asked for this Plan Option
WIN_PROMIS_ID NUMBER (10)
Identifier to CSR_WIN_PROMIS_B
Query Text

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


SELECT WINDOW_TYPE
,      START_TIME
,      END_TIME
,      WTP_DATE
,      COST
,      PLAN_OPTION_ID
,      RESOURCE_NAME
,      RESOURCE_ID
,      RESOURCE_TYPE
,      SCHED_REQUEST_ID
,      WIN_PROMIS_ID
FROM APPS.CSR_WTP_DISPLAY_V;

Dependencies

[top of page]

APPS.CSR_WTP_DISPLAY_V references the following:

SchemaAPPS
PL/SQL PackageCSF_RESOURCE_PUB - show dependent code
SynonymCSF_R_PLAN_OPTIONS
SynonymCSF_R_REQUEST_TASKS
SynonymCSF_R_RESOURCE_RESULTS
ViewCSR_RULE_WINDOWS_V
SchemaAPPS_NE
TYPEwindow1532_COLL
SchemaPUBLIC
SynonymXMLSEQUENCE
SchemaSYS
TYPEAGGXMLIMP
FunctionSYS_IXMLAGG
FunctionXMLSEQUENCEFROMXMLTYPE

APPS.CSR_WTP_DISPLAY_V is not referenced by any database object