[Home] [Help]
[Dependency Information]
| Object Name: | EGO_PAGE_ENTRIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_PAGE_ENTRIES_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAGE_ID | NUMBER | (15) | Yes | Identifier for the Page to which the Entry belongs |
| ASSOCIATION_ID | NUMBER | (15) | Yes | Identifier for the Association by which the Attribute Group the Entry represents is associated to the Object for which the Page was created |
| OBJECT_ID | NUMBER | (15) | Yes | Object Id |
| OBJECT_DISPLAY_NAME | VARCHAR2 | (240) | Yes | Object Name |
| CLASSIFICATION_CODE | VARCHAR2 | (150) | Additional identifier for the Object (specifically, its classification, category or subtype) | |
| PAGE_ENTRY_CLASS_CODE | VARCHAR2 | (150) | The classification at which the Entry is added to the Page | |
| PAGE_INTERNAL_NAME | VARCHAR2 | (150) | Yes | Internal name for the page |
| PAGE_DISPLAY_NAME | VARCHAR2 | (240) | Yes | User-friendly name for the Page |
| DATA_LEVEL_INT_NAME | VARCHAR2 | (30) | The level at which the Page associated to the Object | |
| ATTR_GRP_APPLICATION_ID | NUMBER | (10) | Yes | Application id |
| ATTR_GROUP_TYPE | VARCHAR2 | (40) | Yes | Attribute Group type |
| ATTR_GROUP_NAME | VARCHAR2 | (30) | Yes | Attribute group name |
| ATTR_GROUP_DESCRIPTION | VARCHAR2 | (240) | Attribute group description | |
| SEQUENCE | NUMBER | (3) | Yes | Display sequence for the entries in the Page |
Cut, paste (and edit) the following text to query this object:
SELECT PAGE_ID
, ASSOCIATION_ID
, OBJECT_ID
, OBJECT_DISPLAY_NAME
, CLASSIFICATION_CODE
, PAGE_ENTRY_CLASS_CODE
, PAGE_INTERNAL_NAME
, PAGE_DISPLAY_NAME
, DATA_LEVEL_INT_NAME
, ATTR_GRP_APPLICATION_ID
, ATTR_GROUP_TYPE
, ATTR_GROUP_NAME
, ATTR_GROUP_DESCRIPTION
, SEQUENCE
FROM APPS.EGO_PAGE_ENTRIES_V;
APPS
EGO_OBJ_ATTR_GRP_ASSOCS_V
EGO_PAGES_V
EGO_PAGE_ENTRIES_B
FND_OBJECTS_TL
APPS
EGO_CHANGE_USER_ATTRS_PUB
- show dependent code
EGO_EXT_FWK_PUB
- show dependent code
OKC_UDA_TEMPLATES_UTIL
- show dependent code
RRS_ATTR_PANE
- show dependent code
RRS_HIERARCHY_INFO
- show dependent code
RRS_SITE_INFO
- show dependent code
|
|
|
|