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


VIEW: APPS.CSM_QUERY_RESULTS_V

Object Details
Object Name: CSM_QUERY_RESULTS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID


This view will have the definition of Query Results for a given Query Id.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER

USER_ID NUMBER

QUERY_ID NUMBER

INSTANCE_ID NUMBER

LINE_ID NUMBER

RESULT BLOB (4000)
Query Text

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


SELECT ACCESS_ID
,      USER_ID
,      QUERY_ID
,      INSTANCE_ID
,      LINE_ID
,      RESULT
FROM APPS.CSM_QUERY_RESULTS_V;

Dependencies

[top of page]

APPS.CSM_QUERY_RESULTS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_QUERY_RESULTS_ACC

APPS.CSM_QUERY_RESULTS_V is not referenced by any database object