[Home] [Help]
[Dependency Information]
| Object Name: | PSP_REPORT_TEMPLATE_DATES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_REPORT_TEMPLATE_DATES_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 |
|---|---|---|---|---|
| TEMPLATE_ID | NUMBER | (15) | Yes | Template Identifier |
| PERIOD_START_DATE | DATE | Period Start Date | ||
| PERIOD_END_DATE | DATE | Period End Date |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_ID
, PERIOD_START_DATE
, PERIOD_END_DATE
FROM APPS.PSP_REPORT_TEMPLATE_DATES_V;
APPS
PSP_REPORT_PERIOD_FREQUENCY_B
PSP_REPORT_TEMPLATES
PSP_REPORT_TEMPLATES_H
APPS.PSP_REPORT_TEMPLATE_DATES_V is not referenced by any database object
|
|
|
|