[Home] [Help]
[Dependency Information]
| Object Name: | OZF_TIME_RPT_STRUCT |
|---|---|
| Object Type: | TABLE |
| Owner: | OZF |
| FND Design Data: | OZF.OZF_TIME_RPT_STRUCT
|
| Subobject Name: | |
| Status: | VALID |
OZF_TIME_RPT_STRUCT is a time structure table used for calculating period amounts and XTD amounts for the given period range. It stores time structure data to resolve given period range.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OZF_TIME_RPT_STRUCT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REPORT_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CALENDAR_ID | NUMBER | Yes | Unique identifier assigned to a calendar. Enterprise calendar id is hard coded to negative one. | |
| CALENDAR_TYPE | VARCHAR2 | (1) | Yes | Enables to distinguish between Enterprise, GL and PA calendars. List of values: C, E, G, P. |
| REPORT_DATE | DATE | Yes | Report as-of date. | |
| TIME_ID | NUMBER | Yes | Time Structure key used to join the fact/OLTP tables with Time Structure tables. | |
| PERIOD_TYPE_ID | NUMBER | Yes | Stores period type ID (day - 1, week - 16, month - 32, quarter - 64, year - 128) used in fact/OLTP tables. | |
| RECORD_TYPE_ID | NUMBER | Yes | Identifies the component of XTD amount to be constructed. | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
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 OZF.OZF_TIME_RPT_STRUCT;
OZF.OZF_TIME_RPT_STRUCT does not reference any database object
OZF.OZF_TIME_RPT_STRUCT is referenced by following:
OZF
OZF_TIME_RPT_STRUCT#
|
|
|
|