[Home] [Help]
[Dependency Information]
| Object Name: | PSB_ENTITY_ASSIGNMENT |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_ENTITY_ASSIGNMENT
|
| Subobject Name: | |
| Status: | VALID |
PSB_ENTITY_ASSIGNMENT stores the assignment of entities to entity
sets. If the assignment is for a Parameter Set, then a priority is
assigned. If the assignment is for a Constraint Set, then a severity
level is assigned. This structure allows reuse of parameter,
constraint, or allocation rules and, at the same time, allows for
different priorities in different sets.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_ENTITY_ASSIGNMENT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENTITY_ID
ENTITY_SET_ID
|
| PSB_ENTITY_ASSIGNMENT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ENTITY_SET_ID
EFFECTIVE_START_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_SET_ID | NUMBER | (15) | Yes | Entity set unique identifier |
| ENTITY_ID | NUMBER | (15) | Yes | Entity unique identifier |
| PRIORITY | NUMBER | (15) | Processing priority for the entity in the entity set | |
| SEVERITY_LEVEL | NUMBER | Severity level for the constraint in the entity constraint set | ||
| EFFECTIVE_START_DATE | DATE | Yes | Effective start date for the assignment of entity to the entity set | |
| EFFECTIVE_END_DATE | DATE | Effective end date for the assignment of entity to the entity set | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_SET_ID
, ENTITY_ID
, PRIORITY
, SEVERITY_LEVEL
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PSB.PSB_ENTITY_ASSIGNMENT;
PSB.PSB_ENTITY_ASSIGNMENT does not reference any database object
PSB.PSB_ENTITY_ASSIGNMENT is referenced by following:
APPS
PSB_ENTITY_ASSIGNMENT
|
|
|
|