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


VIEW: APPS.CSF_DC_QUERIES_VL

Object Details
Object Name: CSF_DC_QUERIES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSF.CSF_DC_QUERIES_VL
Subobject Name:
Status: VALID

View Type

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


Base view for the Queries block in the Dispatch Center


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
QUERY_ID NUMBER
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
OBJECT_VERSION_NUMBER NUMBER

Sequence number used to detect concurrent recored updates.
NAME VARCHAR2 (30)
User given identification of a query stored in this record.
DESCRIPTION VARCHAR2 (2000)
Text describing the query stored in this record
WHERE_CLAUSE VARCHAR2 (4000) Yes The where_clause of the query stored in this record
USER_ID NUMBER (15) Yes User id of the owner of the query
SEEDED_FLAG VARCHAR2 (1)
Indicator wether the query is seeded or user entered
START_DATE_ACTIVE DATE
Yes Start date of valid period
END_DATE_ACTIVE DATE

End date of valid period
Query Text

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


SELECT ROW_ID
,      QUERY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      NAME
,      DESCRIPTION
,      WHERE_CLAUSE
,      USER_ID
,      SEEDED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.CSF_DC_QUERIES_VL;

Dependencies

[top of page]

APPS.CSF_DC_QUERIES_VL references the following:

SchemaAPPS
SynonymCSF_DC_QUERIES_B
SynonymCSF_DC_QUERIES_TL
APPS.CSF_DC_QUERIES_VL is referenced by following:

SchemaAPPS
Package BodyCSF_DC_QUERIES_PKG - show dependent code
ViewCSF_DC_QUERY_EXTNS_V