[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DSS_CRITERIA |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_DSS_CRITERIA
|
| Subobject Name: | |
| Status: | VALID |
The HZ_DSS_CRITERIA table identifies the criteria that
will cause a party or other entity to fall under a given data sharing group.
The criteria can consist of such things as classification codes or
relationship types.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_DSS_CRITERIA_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SECURED_ITEM_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SECURED_ITEM_ID | NUMBER | (15) | Yes | Sequence generated unique identifier for a data sharing group criterion |
| STATUS | VARCHAR2 | (1) | Yes | Status of this record |
| DSS_GROUP_CODE | VARCHAR2 | (30) | Yes | Unique code for a data sharing group |
| OWNER_TABLE_NAME | VARCHAR2 | (30) | Yes | Table that stores the criterion |
| OWNER_TABLE_ID1 | VARCHAR2 | (240) | Yes | Primary key column of the criterion |
| OWNER_TABLE_ID2 | VARCHAR2 | (240) | Primary key column of the criterion | |
| OWNER_TABLE_ID3 | VARCHAR2 | (240) | Primary key column of the criterion | |
| OWNER_TABLE_ID4 | VARCHAR2 | (240) | Primary key column of the criterion | |
| OWNER_TABLE_ID5 | VARCHAR2 | (240) | Primary key column of the criterion | |
| 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 SECURED_ITEM_ID
, STATUS
, DSS_GROUP_CODE
, OWNER_TABLE_NAME
, OWNER_TABLE_ID1
, OWNER_TABLE_ID2
, OWNER_TABLE_ID3
, OWNER_TABLE_ID4
, OWNER_TABLE_ID5
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.HZ_DSS_CRITERIA;
AR.HZ_DSS_CRITERIA does not reference any database object
AR.HZ_DSS_CRITERIA is referenced by following:
AR
HZ_DSS_CRITERIA#
|
|
|
|