[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
CS_LOOKUPS
FND_GLOBAL
- show dependent code
APPS
CSY_AGENT_RESPN_RESOL_MV
CSY_GROUP_RESPN_RESOL_MV
CSY_RESOLUTION_QUALITY_MV
|
|
|
|