[Home] [Help]
[Dependency Information]
| Object Name: | CSY_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CSY_PERIODS_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 |
|---|---|---|---|---|
| PERIOD_TYPE | VARCHAR2 | (30) | Yes | Period Type |
| PERIOD_NAME | VARCHAR2 | (80) | Yes | Period Type Description |
| START_DATE | DATE | Start Date of the period | ||
| END_DATE | DATE | End Date of the Period |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_TYPE
, PERIOD_NAME
, START_DATE
, END_DATE
FROM APPS.CSY_PERIODS_V;
APPS
FND_LOOKUP_VALUES
APPS
CSY_KPI_PKG
- show dependent code
|
|
|
|