[Home] [Help]
[Dependency Information]
| Object Name: | FFBV_CONTEXT |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FF.FFBV_CONTEXT
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTEXT_NAME | VARCHAR2 | (30) | Yes | Name of the context. |
| CONTEXT_LEVEL | NUMBER | (16) | Yes | A power of 2 number which is unique to a context. |
| DATA_TYPE | VARCHAR2 | (4000) | ||
| DATA_TYPE_CODE | VARCHAR2 | (1) | Yes | |
| CONTEXT_ID | NUMBER | (9) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CONTEXT_NAME
, CONTEXT_LEVEL
, DATA_TYPE
, DATA_TYPE_CODE
, CONTEXT_ID
FROM APPS.FFBV_CONTEXT;
APPS
FF_CONTEXTS
HR_BIS
- show dependent code
APPS.FFBV_CONTEXT is not referenced by any database object
|
|
|
|