[Home] [Help]
[Dependency Information]
| Object Name: | EGO_RULE_ASSIGNMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_RULE_ASSIGNMENTS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the entity;action to which a Ruleset is assigned
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_RULE_ASSIGNMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ASSIGNMENT_ID
|
| EGO_RULE_ASSIGNMENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RULESET_ID
|
| EGO_RULE_ASSIGNMENTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUSINESS_ENTITY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSIGNMENT_ID | NUMBER | (15) | Yes | Uniquely identifies the assignment. |
| RULESET_ID | NUMBER | (15) | Yes | Ruleset Identifier of the ruleset |
| BUSINESS_ENTITY | VARCHAR2 | (20) | Yes | The business entity;data level to which the ruleset is assigned |
| ACTION | VARCHAR2 | (20) | The action to which the ruleset is assigned. One of create/Update | |
| LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| CREATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_LOGIN | NUMBER | One of the five standard "WHO" columns |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ID
, RULESET_ID
, BUSINESS_ENTITY
, ACTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM EGO.EGO_RULE_ASSIGNMENTS;
EGO.EGO_RULE_ASSIGNMENTS does not reference any database object
EGO.EGO_RULE_ASSIGNMENTS is referenced by following:
APPS
EGO_RULE_ASSIGNMENTS
|
|
|
|