[Home] [Help]
[Dependency Information]
Object Name: | EGO_RESULTS_FORMAT_SECTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMIZATION_APPLICATION_ID | NUMBER | (15) | Yes | One of the PKs of the results format with which the section is associated |
CUSTOMIZATION_CODE | VARCHAR2 | (30) | Yes | One of the PKs of the results format with which the section is associated |
REGION_APPLICATION_ID | NUMBER | (15) | Yes | One of the PKs of the results format with which the section is associated |
REGION_CODE | VARCHAR2 | (30) | Yes | One of the PKs of the results format with which the section is associated |
ATTRIBUTE_APPLICATION_ID | NUMBER | (15) | Yes | One of the PKs of the results column |
ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | One of the PKs of the results column |
DISPLAY_SEQUENCE | NUMBER | The order that the section is displayed within the results format with which it is associated |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMIZATION_APPLICATION_ID
, CUSTOMIZATION_CODE
, REGION_APPLICATION_ID
, REGION_CODE
, ATTRIBUTE_APPLICATION_ID
, ATTRIBUTE_CODE
, DISPLAY_SEQUENCE
FROM APPS.EGO_RESULTS_FORMAT_SECTIONS_V;
APPS.EGO_RESULTS_FORMAT_SECTIONS_V is not referenced by any database object
|
|
|