[Home] [Help]
[Dependency Information]
Object Name: | PSP_XDO_TEMPLATES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
TEMPLATE_CODE | VARCHAR2 | (80) | Yes | Template Code |
REPORT_TYPE | VARCHAR2 | (2) | Report Type (ER - Effort Report) | |
TEMPLATE_TYPE | VARCHAR2 | (3) | Template Type (like EMP - Employee, PMG - Project Manager, TMG - Task Manager, PIV - Investigator) | |
TEMPLATE_NAME | VARCHAR2 | (120) | Yes | Template Name |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_CODE
, REPORT_TYPE
, TEMPLATE_TYPE
, TEMPLATE_NAME
FROM APPS.PSP_XDO_TEMPLATES_V;
APPS.PSP_XDO_TEMPLATES_V is not referenced by any database object
|
|
|