[Home] [Help]
[Dependency Information]
Object Name: | EGO_RESULTS_FORMAT_COLUMNS_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 column is associated |
CUSTOMIZATION_CODE | VARCHAR2 | (30) | Yes | One of the PKs of the results format with which the column is associated |
REGION_APPLICATION_ID | NUMBER | (15) | Yes | One of the PKs of the results format with which the column is associated |
REGION_CODE | VARCHAR2 | (30) | Yes | One of the PKs of the results format with which the column is associated |
ATTRIBUTE_APPLICATION_ID | NUMBER | (15) | Yes | Attribute Application Id |
ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | Holds the attribute code int he format [attrGroupId$$AttrId] for user defined attrs and db column name for seeded attrs |
ORDER_SEQUENCE | NUMBER | The sort precedence of the column within the results format with which it is associated | ||
DISPLAY_SEQUENCE | NUMBER | The order that the column is displayed within the results format with which it is associated | ||
ORDER_DIRECTION | VARCHAR2 | (4000) | What order the results will be ordered based on sorting by this column (ascending, descending, etc.) | |
COLUMN_NAME | VARCHAR2 | (4000) | The user defined custom name of the column | |
SHOW_TOTAL | VARCHAR2 | (4000) | Y: The column should show a total. N: The column should not show a total |
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
, ORDER_SEQUENCE
, DISPLAY_SEQUENCE
, ORDER_DIRECTION
, COLUMN_NAME
, SHOW_TOTAL
FROM APPS.EGO_RESULTS_FORMAT_COLUMNS_V;
|
|
|