[Home] [Help]
[Dependency Information]
Object Name: | ISC_OPI_IND_CR_TAB_BASE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is designed to be used by Oracle Performance Measure Viewer (PMV). The _FK columns are mapping the dimension levels, while measures are retrieved from the AR Operations Summary table.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOBL_BOOK_FK_KEY | NUMBER | Foreign key to the Set of Books dimension, Set of Books level | ||
MEASURE_NAME | VARCHAR2 | (255) | Yes | Name measure |
MEASURE_QTD | NUMBER | Quarter-to-date measure | ||
MEASURE_WK | NUMBER | Week measure | ||
SORT_ORDER | NUMBER | Sort order |
Cut, paste (and edit) the following text to query this object:
SELECT SOBL_BOOK_FK_KEY
, MEASURE_NAME
, MEASURE_QTD
, MEASURE_WK
, SORT_ORDER
FROM APPS.ISC_OPI_IND_CR_TAB_BASE_V;
|
|
|