[Home] [Help]
[Dependency Information]
| Object Name: | ASG_PARTY_SITE_ACC |
|---|---|
| Object Type: | TABLE |
| Owner: | ASG |
| FND Design Data: | ASG.ASG_PARTY_SITE_ACC
|
| Subobject Name: | |
| Status: | VALID |
Stores information that indicates whether the gateway server can access a party site.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASG_PARTY_SITE_ACC_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
PARTY_SITE_ID
SERVER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_SITE_ID | NUMBER | Yes | Party site identifier. | |
| SERVER_ID | NUMBER | Yes | Gateway server identifier. | |
| 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). | |
| COUNTER | NUMBER | Number of mobile client can access the record. | ||
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_SITE_ID
, SERVER_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, COUNTER
, SECURITY_GROUP_ID
FROM ASG.ASG_PARTY_SITE_ACC;
ASG.ASG_PARTY_SITE_ACC does not reference any database object
ASG.ASG_PARTY_SITE_ACC is referenced by following:
APPS
ASG_PARTY_SITE_ACC
|
|
|
|