[Home] [Help]
[Dependency Information]
| Object Name: | ASG_WIRELESS_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | ASG |
| FND Design Data: | ASG.ASG_WIRELESS_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
profile values for wireless
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASG_WIRELESS_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
WIRELESS_PARAMETERS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WIRELESS_PARAMETERS_ID | NUMBER | Yes | PK for table | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | 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 | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| SERVER_ID | NUMBER | Yes | FK to ASG_SYNCH_SERVER | |
| SERVER_REMOTE_FLAG | VARCHAR2 | (1) | Server/remote flag | |
| SEND_INTERVAL | NUMBER | Send Interval between tries | ||
| SEND_DELAY | NUMBER | Record not ecited during the delay, the mid tier starts sending the record(60 to 300s) | ||
| NUM_OF_RETRIES | NUMBER | Number of retries. | ||
| TIME_BETWEEN_RETRIES | NUMBER | time between retries | ||
| TIME_TO_ACK | NUMBER | time between acknowlegements | ||
| OUT_OF_COVERAGE | NUMBER | used by device to decide whether to inform the MDG | ||
| REPLICATION_INTERVAL | NUMBER | interval for replication | ||
| TRANSACTION_HISTORY | NUMBER | transaction history | ||
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT WIRELESS_PARAMETERS_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, SERVER_ID
, SERVER_REMOTE_FLAG
, SEND_INTERVAL
, SEND_DELAY
, NUM_OF_RETRIES
, TIME_BETWEEN_RETRIES
, TIME_TO_ACK
, OUT_OF_COVERAGE
, REPLICATION_INTERVAL
, TRANSACTION_HISTORY
, SECURITY_GROUP_ID
FROM ASG.ASG_WIRELESS_PARAMETERS;
ASG.ASG_WIRELESS_PARAMETERS does not reference any database object
ASG.ASG_WIRELESS_PARAMETERS is referenced by following:
APPS
ASG_WIRELESS_PARAMETERS
|
|
|
|