[Home] [Help]
[Dependency Information]
| Object Name: | POS_ORG_HASH |
|---|---|
| Object Type: | TABLE |
| Owner: | POS |
| FND Design Data: | POS.POS_ORG_HASH
|
| Subobject Name: | |
| Status: | VALID |
POS_ORG_HASH stores the hash key for operating unit identifiers. A hash key is an encrypted form of an operating unit identifier.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| POS_ORG_HASH_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
HASHKEY
|
| POS_ORG_HASH_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | Yes | Organization identifier | |
| HASHKEY | VARCHAR2 | (60) | Yes | Hash key for the organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, HASHKEY
FROM POS.POS_ORG_HASH;
POS.POS_ORG_HASH does not reference any database object
POS.POS_ORG_HASH is referenced by following:
POS
POS_ORG_HASH#
|
|
|
|