DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.EGO_RESULTS_FORMAT_SECTIONS_V

Object Details
Object Name: EGO_RESULTS_FORMAT_SECTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEGO.EGO_RESULTS_FORMAT_SECTIONS_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.EGO_RESULTS_FORMAT_SECTIONS_V references the following:

SchemaAPPS
SynonymAK_CUSTOM_REGION_ITEMS

APPS.EGO_RESULTS_FORMAT_SECTIONS_V is not referenced by any database object