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


VIEW: APPS.PJI_TIME_RPT_STRUCT_V

Object Details
Object Name: PJI_TIME_RPT_STRUCT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPJI.PJI_TIME_RPT_STRUCT_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This table stores enterprise time dimension information in a special format required for project performance reports


[View Source]

Columns
Name Datatype Length Mandatory Comments
CALENDAR_ID NUMBER
Yes Calendar Identifier
CALENDAR_TYPE VARCHAR2 (1) Yes Calendar Type
REPORT_DATE DATE
Yes Report as-of-date
TIME_ID NUMBER
Yes Time Identifier
PERIOD_TYPE_ID NUMBER
Yes Numeric identifier for the period type (period, quarter, year, weeks)
RECORD_TYPE_ID NUMBER
Yes Bit mask used to retrieve the XTD amounts.
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CALENDAR_ID
,      CALENDAR_TYPE
,      REPORT_DATE
,      TIME_ID
,      PERIOD_TYPE_ID
,      RECORD_TYPE_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.PJI_TIME_RPT_STRUCT_V;

Dependencies

[top of page]

APPS.PJI_TIME_RPT_STRUCT_V references the following:

SchemaAPPS
SynonymPJI_TIME_RPT_STRUCT

APPS.PJI_TIME_RPT_STRUCT_V is not referenced by any database object