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


TABLE: RLM.RLM_UI_QUERIES

Object Details
Object Name: RLM_UI_QUERIES
Object Type: TABLE
Owner: RLM
FND Design Data: TableRLM.RLM_UI_QUERIES
Subobject Name:
Status: VALID


This table stores the Names of all the Queries which are used in Release Workbench. It stores information about the Query such as the Owner of the Query, whether Query can be deleted or not.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER
Yes Unique ID assigned to each Query.
QUERY_NAME VARCHAR2 (240) Yes Name Assigned by User to the Query
USER_ID NUMBER

User id of the Application User who created the Query
DELETE_FLAG VARCHAR2 (1)
Flag which tells whether Query can be deleted or not
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column
Query Text

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


SELECT QUERY_ID
,      QUERY_NAME
,      USER_ID
,      DELETE_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM RLM.RLM_UI_QUERIES;

Dependencies

[top of page]

RLM.RLM_UI_QUERIES does not reference any database object

RLM.RLM_UI_QUERIES is referenced by following:

SchemaAPPS
SynonymRLM_UI_QUERIES