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


VIEW: APPS.CSR_WIN_PROMISES_V

Object Details
Object Name: CSR_WIN_PROMISES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSR.CSR_WIN_PROMISES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CSR_WIN_PROMISES_V references the following:

SchemaAPPS
PL/SQL PackageCSR_SCHEDULER_PVT - show dependent code
SynonymCSR_WIN_PROMIS_ALL_B
SynonymHZ_TIMEZONES

APPS.CSR_WIN_PROMISES_V is not referenced by any database object