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


TABLE: ASG.ASG_APPLICATIONS_TL

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


Stores mobile application names in vatious languages. Seeded table


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_APPLICATIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnLANGUAGE
ColumnMOBILE_APPLICATION_ID
ColumnSOURCE_LANG
Columns
Name Datatype Length Mandatory Comments
MOBILE_APPLICATION_ID NUMBER
Yes Mobile application identifier.
LANGUAGE VARCHAR2 (4) Yes Specific language in which mobile application name is stored.
SOURCE_LANG VARCHAR2 (4) Yes Base language in which mobile application name is stored
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).
MOBILE_APPLICATION_NAME VARCHAR2 (240)
Name of mobile application in the language specified
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT MOBILE_APPLICATION_ID
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      MOBILE_APPLICATION_NAME
,      SECURITY_GROUP_ID
FROM ASG.ASG_APPLICATIONS_TL;

Dependencies

[top of page]

ASG.ASG_APPLICATIONS_TL does not reference any database object

ASG.ASG_APPLICATIONS_TL is referenced by following:

SchemaAPPS
SynonymASG_APPLICATIONS_TL