[Home] [Help] [Dependency Information]
Object Name: | OPI_INV_ITD_ORG_MV |
---|---|
Object Type: | MATERIALIZED VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
Container: | OPI_INV_ITD_ORG_MV |
---|---|
Updatable: | N |
Rewrite Enabled: | N |
Rewrite Capability: | TEXTMATCH |
Refresh Mode: | DEMAND |
Refresh Method: | FORCE |
Build Mode: | DEFERRED |
Fast Refreshable: | NO |
FII_TIME_ENT_YEAR
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Inventory Organization Identifier | ||
TRANSACTION_DATE | DATE | Transaction date | ||
INV_BALANCE_G | NUMBER | Value of inventory in Primary Global Currency | ||
INV_BALANCE_B | NUMBER | Value of inventory in Functional Currency | ||
INV_BALANCE_SG | NUMBER | Value of inventory in Secondary Global Currency |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, TRANSACTION_DATE
, INV_BALANCE_G
, INV_BALANCE_B
, INV_BALANCE_SG
FROM APPS.OPI_INV_ITD_ORG_MV;
APPS.OPI_INV_ITD_ORG_MV is not referenced by any database object
|
|
|