DBA Data[Home] [Help] [Dependency Information]


TABLE: ASG.ASG_LOCATION_ACC

Object Details
Object Name: ASG_LOCATION_ACC
Object Type: TABLE
Owner: ASG
FND Design Data: TableASG.ASG_LOCATION_ACC
Subobject Name:
Status: VALID


Stores information that indicates whether the gateway server can access a location.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_LOCATION_ACC_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnLOCATION_ID
ColumnSERVER_ID
Columns
Name Datatype Length Mandatory Comments
LOCATION_ID NUMBER
Yes Location 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
Yes Number of mobile client can access the record.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LOCATION_ID
,      SERVER_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      COUNTER
,      SECURITY_GROUP_ID
FROM ASG.ASG_LOCATION_ACC;

Dependencies

[top of page]

ASG.ASG_LOCATION_ACC does not reference any database object

ASG.ASG_LOCATION_ACC is referenced by following:

SchemaAPPS
SynonymASG_LOCATION_ACC