[Home] [Help]
[Dependency Information]
| Object Name: | CSR_WIN_PROMISES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSR.CSR_WIN_PROMISES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TIMEZONE_ID | NUMBER | (15) | Yes | Foreign key to time zone |
| START_TIME | DATE | Yes | Start time of the WtP | |
| END_TIME | DATE | Yes | End time of the WtP | |
| START_TIME_SERVER | DATE | Start time in the server time zone | ||
| END_TIME_SERVER | DATE | End time in the server time zone | ||
| WIN_PROMIS_ID | NUMBER | Yes | Window to promise ID column |
Cut, paste (and edit) the following text to query this object:
SELECT TIMEZONE_ID
, START_TIME
, END_TIME
, START_TIME_SERVER
, END_TIME_SERVER
, WIN_PROMIS_ID
FROM APPS.CSR_WIN_PROMISES_V;
APPS
CSR_SCHEDULER_PVT
- show dependent code
CSR_WIN_PROMIS_ALL_B
HZ_TIMEZONES
APPS.CSR_WIN_PROMISES_V is not referenced by any database object
|
|
|
|