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


VIEW: APPS.ASG_APPLICATION_VL

Object Details
Object Name: ASG_APPLICATION_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASG.ASG_APPLICATION_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


MultiLingual view based on ASG_APPLIATIONS_B table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
MOBILE_APPLICATION_ID NUMBER
Yes Mobile application identifier. Primary key
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).
DEVICE_TYPE VARCHAR2 (30)
Mobile device type such as 'PALM' 'WINCE' LAPTOP'.
APP_VERSION VARCHAR2 (30)
Version of mobile application
STATUS VARCHAR2 (1)
Status flag
FLASH_MESSAGE_LENGTH NUMBER

If the application supports flash messages, the max length of messages
APPLICATION_CODE VARCHAR2 (60) Yes application code
SYNCHRONIZATION_FLAG VARCHAR2 (1)
Synchronization flag. 'Y' if the application supports synchronization
SMS VARCHAR2 (1)
SMS flag. 'Y' if the application supports SMS
EMAIL VARCHAR2 (1)
Email flag. 'Y' if the application supports email
MOBILE_APPLICATION_NAME VARCHAR2 (240)
Name of mobile application in the language specified
Query Text

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


SELECT MOBILE_APPLICATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      DEVICE_TYPE
,      APP_VERSION
,      STATUS
,      FLASH_MESSAGE_LENGTH
,      APPLICATION_CODE
,      SYNCHRONIZATION_FLAG
,      SMS
,      EMAIL
,      MOBILE_APPLICATION_NAME
FROM APPS.ASG_APPLICATION_VL;

Dependencies

[top of page]

APPS.ASG_APPLICATION_VL references the following:

SchemaAPPS
SynonymASG_APPLICATIONS_B
SynonymASG_APPLICATIONS_TL

APPS.ASG_APPLICATION_VL is not referenced by any database object