[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DSS_ENTITIES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_DSS_ENTITIES
|
| Subobject Name: | |
| Status: | VALID |
The HZ_DSS_ENTITIES table identifies the entities, for
example tables, views, or subsets of each, that can be secured by the data
sharing and security functionality.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_DSS_ENTITIES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ENTITY_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_ID | NUMBER | (15) | Yes | Sequence generated unique identifier for an entity |
| STATUS | VARCHAR2 | (1) | Yes | Status of this record |
| OBJECT_ID | NUMBER | (15) | Identifies the object that represents the entity | |
| INSTANCE_SET_ID | NUMBER | (15) | Identifies the object instance set that represents the entity | |
| PARENT_ENTITY_ID | NUMBER | (15) | Identifies the parent of this entity | |
| PARENT_FK_COLUMN1 | VARCHAR2 | (30) | Identifies the foreign key column name used to join to the parent | |
| PARENT_FK_COLUMN2 | VARCHAR2 | (30) | Identifies the foreign key column name used to join to the parent | |
| PARENT_FK_COLUMN3 | VARCHAR2 | (30) | Identifies the foreign key column name used to join to the parent | |
| PARENT_FK_COLUMN4 | VARCHAR2 | (30) | Identifies the foreign key column name used to join to the parent | |
| PARENT_FK_COLUMN5 | VARCHAR2 | (30) | Identifies the foreign key column name used to join to the parent | |
| GROUP_ASSIGNMENT_LEVEL | VARCHAR2 | (30) | Yes | Identifies which level the data sharing group is to be assigned to this entity |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Version number for locking purposes |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_ID
, STATUS
, OBJECT_ID
, INSTANCE_SET_ID
, PARENT_ENTITY_ID
, PARENT_FK_COLUMN1
, PARENT_FK_COLUMN2
, PARENT_FK_COLUMN3
, PARENT_FK_COLUMN4
, PARENT_FK_COLUMN5
, GROUP_ASSIGNMENT_LEVEL
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.HZ_DSS_ENTITIES;
AR.HZ_DSS_ENTITIES does not reference any database object
AR.HZ_DSS_ENTITIES is referenced by following:
AR
HZ_DSS_ENTITIES#
|
|
|
|