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


TABLE: ASG.ASG_FLASH_MESSAGES

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


Stores all flash messages


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_FLASH_MESSAGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnFLASH_ID
Columns
Name Datatype Length Mandatory Comments
FLASH_ID NUMBER
Yes 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).
ACTIVE VARCHAR2 (1)
Active flag.
MESSAGE_LENGTH NUMBER

length of message
CONFIRM_REQUIRED_FLAG VARCHAR2 (1)
Confirmed flag. 'Y send email if recipient did not receive flash message
MESSAGE VARCHAR2 (240)
message text
MESSAGE_TYPE VARCHAR2 (1)
Message type.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT FLASH_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      ACTIVE
,      MESSAGE_LENGTH
,      CONFIRM_REQUIRED_FLAG
,      MESSAGE
,      MESSAGE_TYPE
,      SECURITY_GROUP_ID
FROM ASG.ASG_FLASH_MESSAGES;

Dependencies

[top of page]

ASG.ASG_FLASH_MESSAGES does not reference any database object

ASG.ASG_FLASH_MESSAGES is referenced by following:

SchemaAPPS
SynonymASG_FLASH_MESSAGES