[Home] [Help]
[Dependency Information]
| Object Name: | EGO_ATTR_GROUP_TYPE_OBJ_IDS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_ATTR_GROUP_TYPE_OBJ_IDS_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
View EGO_ATTR_GROUP_TYPE_OBJ_IDS_V provides all the Attribute Group types associated to an Object. Each row of this view contains the attribute group type name and display name associated with a given object type specified by column OBJECT_ID.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| OBJECT_ID | NUMBER | (15) | Yes | Identifier for the Object for whose Attribute Groups the Extension Table stores data (foreign key to FND_OBJECTS) |
| DESCRIPTIVE_FLEXFIELD_NAME | VARCHAR2 | (40) | Yes | Attribute Group Type |
| ATTR_GROUP_TYPE_NAME | VARCHAR2 | (40) | Yes | Attribute group type name |
| ATTR_GROUP_TYPE_DISP_NAME | VARCHAR2 | (60) | Yes | Attribute Group Type Display name |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, OBJECT_ID
, DESCRIPTIVE_FLEXFIELD_NAME
, ATTR_GROUP_TYPE_NAME
, ATTR_GROUP_TYPE_DISP_NAME
FROM APPS.EGO_ATTR_GROUP_TYPE_OBJ_IDS_V;
APPS
EGO_OBJECT_EXT_TABLES_B
FND_DESCRIPTIVE_FLEXS
FND_DESCRIPTIVE_FLEXS_TL
FND_TABLES
APPS.EGO_ATTR_GROUP_TYPE_OBJ_IDS_V is not referenced by any database object
|
|
|
|