[Home] [Help]
[Dependency Information]
Object Name: | EGO_PAGES_B |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores information about User-Defined Pages
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_PAGES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
EGO_PAGES_B_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
EGO_PAGES_B_U3 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAGE_ID | NUMBER | (15) | Yes | Identifier for the Page |
OBJECT_ID | NUMBER | (15) | Yes | Identifier for the Object for which the Page is to be created (foreign key to FND_OBJECTS) |
CLASSIFICATION_CODE | VARCHAR2 | (150) | Classification Code for the objects. Example - Item Catalog Group ID | |
DATA_LEVEL | VARCHAR2 | (30) | Lookup indicating the level of granularity at which the Page is to be associated to the Object | |
INTERNAL_NAME | VARCHAR2 | (150) | Yes | Internal name identifier for the page |
SEQUENCE | NUMBER | (9) | Yes | Display sequence for the pages |
CREATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | One of the five standard "WHO" columns |
LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
LAST_UPDATE_LOGIN | NUMBER | (15) | One of the five standard "WHO" columns |
Cut, paste (and edit) the following text to query this object:
SELECT PAGE_ID
, OBJECT_ID
, CLASSIFICATION_CODE
, DATA_LEVEL
, INTERNAL_NAME
, SEQUENCE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EGO.EGO_PAGES_B;
EGO.EGO_PAGES_B does not reference any database object
EGO.EGO_PAGES_B is referenced by following:
|
|
|