[Home] [Help]
[Dependency Information]
| Object Name: | CSR_WTP_DISPLAY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSR.CSR_WTP_DISPLAY_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
CSF_RESOURCE_PUB
- show dependent code
CSF_R_PLAN_OPTIONS
CSF_R_REQUEST_TASKS
CSF_R_RESOURCE_RESULTS
CSR_RULE_WINDOWS_V
APPS_NE
window1532_COLL
PUBLIC
XMLSEQUENCE
SYS
AGGXMLIMP
SYS_IXMLAGG
XMLSEQUENCEFROMXMLTYPE
APPS.CSR_WTP_DISPLAY_V is not referenced by any database object
|
|
|
|