[Home] [Help]
[Dependency Information]
| Object Name: | FII_GL_MGMT_PRD_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | FND.FII_GL_MGMT_PRD_MV
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_SNAP$_FII_GL_MGMT_PRD_MV | FUNCTION-BASED NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
SYS_OP_MAP_NONNULL("TIME_ID")
SYS_OP_MAP_NONNULL("PERIOD_TYPE_ID")
SYS_OP_MAP_NONNULL("MANAGER_ID")
SYS_OP_MAP_NONNULL("PRODUCT_CATEGORY_ID")
SYS_OP_MAP_NONNULL("FIN_CATEGORY_ID")
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TIME_ID | NUMBER | Time Identifier | ||
| PERIOD_TYPE_ID | NUMBER | Period Type Identifier | ||
| MANAGER_ID | NUMBER | (15) | Manager Identifier | |
| PRODUCT_CATEGORY_ID | NUMBER | (15) | Product Category Identifier | |
| FIN_CATEGORY_ID | NUMBER | (15) | Financial Category Identifier | |
| PRIM_ACTUAL_G | NUMBER | Actual amounts in primary global currency | ||
| SEC_ACTUAL_G | NUMBER | Actual amounts in secondary global currency | ||
| PRIM_BUDGET_G | NUMBER | Budget amounts in primary global currency | ||
| SEC_BUDGET_G | NUMBER | Budget amounts in secondary global currency | ||
| PRIM_FORECAST_G | NUMBER | Forecast amounts in primary global currency | ||
| SEC_FORECAST_G | NUMBER | Forecast amounts in secondary global currency | ||
| PRIM_ACTUAL_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| SEC_ACTUAL_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| PRIM_BUDGET_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| SEC_BUDGET_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| PRIM_FORECAST_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| SEC_FORECAST_GCT | NUMBER | Internal aggregation for fast refreshable materialized view | ||
| CT | NUMBER | Internal aggregation for fast refreshable materialized view |
Cut, paste (and edit) the following text to query this object:
SELECT TIME_ID
, PERIOD_TYPE_ID
, MANAGER_ID
, PRODUCT_CATEGORY_ID
, FIN_CATEGORY_ID
, PRIM_ACTUAL_G
, SEC_ACTUAL_G
, PRIM_BUDGET_G
, SEC_BUDGET_G
, PRIM_FORECAST_G
, SEC_FORECAST_G
, PRIM_ACTUAL_GCT
, SEC_ACTUAL_GCT
, PRIM_BUDGET_GCT
, SEC_BUDGET_GCT
, PRIM_FORECAST_GCT
, SEC_FORECAST_GCT
, CT
FROM APPS.FII_GL_MGMT_PRD_MV;
APPS.FII_GL_MGMT_PRD_MV does not reference any database object
APPS.FII_GL_MGMT_PRD_MV is referenced by following:
APPS
FII_GL_MGMT_PRD_MV
FII_GL_PRD_V1
FII_GL_PRD_V2
|
|
|
|