DBA Data[Home] [Help] [Dependency Information]


TABLE: PSB.PSB_ENTITY_ASSIGNMENT

Object Details
Object Name: PSB_ENTITY_ASSIGNMENT
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_ENTITY_ASSIGNMENT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_ID
ColumnENTITY_SET_ID
PSB_ENTITY_ASSIGNMENT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_SET_ID
ColumnEFFECTIVE_START_DATE
Columns
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
Query Text

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;

Dependencies

[top of page]

PSB.PSB_ENTITY_ASSIGNMENT does not reference any database object

PSB.PSB_ENTITY_ASSIGNMENT is referenced by following:

SchemaAPPS
SynonymPSB_ENTITY_ASSIGNMENT