[Home] [Help]
[Dependency Information]
| Object Name: | ISC_OPI_IND_CR_TAB_BASE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ISC.ISC_OPI_IND_CR_TAB_BASE_V
|
| 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;
APPS
BISBV_PERFORMANCE_MEASURES
EDW_GL_BOOK_M
FII_AR_OPERATIONS_SUMMARY
FII_TIME_WH_API
- show dependent code
PUBLIC
DUAL
APPS
ISC_OPI_IND_CR_TAB_S
|
|
|
|