[Home] [Help]
[Dependency Information]
| Object Name: | EGO_ACTN_GRP_ENTRIES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_ACTN_GRP_ENTRIES_B
|
| Subobject Name: | |
| Status: | VALID |
This table contains the User-Defined Actions included in an User-Defined Actions Groups. (This table is obsolete)
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_ACTN_GRP_ENTRIES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACTION_GROUP_ID
ACTION_ID
|
| EGO_ACTN_GRP_ENTRIES_B_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACTION_GROUP_ID
SEQUENCE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACTION_GROUP_ID | NUMBER | (15) | Yes | Identifier for the Action Group Entry |
| ACTION_ID | NUMBER | (15) | Yes | Identifier for the Action that this Action Group Entry represents (foreign key to EGO_ACTIONS_B) |
| SEQUENCE | NUMBER | (9) | Yes | Order in which the Action Group Entry will appear relative to other Action Group Entries in the Action Group |
| 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 ACTION_GROUP_ID
, ACTION_ID
, SEQUENCE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EGO.EGO_ACTN_GRP_ENTRIES_B;
EGO.EGO_ACTN_GRP_ENTRIES_B does not reference any database object
EGO.EGO_ACTN_GRP_ENTRIES_B is referenced by following:
APPS
EGO_ACTN_GRP_ENTRIES_B
|
|
|
|