[Home] [Help]
[Dependency Information]
| Object Name: | PJI_TIME_CAL_RPT_STRUCT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJI.PJI_TIME_CAL_RPT_STRUCT_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This table stores fiscal time dimension information in a special format required for project performance reports
| 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) | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Column |
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_CAL_RPT_STRUCT_V;
APPS
PJI_TIME_CAL_RPT_STRUCT
APPS
PJI_XTD_ACT_CMT_BY_RSRC_V
PJI_XTD_ACT_CMT_BY_TASK_V
PJI_XTD_PLN_BY_RSRC_V
PJI_XTD_PLN_BY_TASK_V
|
|
|
|