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


VIEW: APPS.CSM_AD_SEARCH_TITLE_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view holds information about Title search data


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
ID NUMBER
Yes
SEARCH_TYPE VARCHAR2 (1) Yes
SEARCH_TITLE VARCHAR2 (100) Yes
VO_NAME VARCHAR2 (100) Yes
LEVEL_ID NUMBER

LEVEL_VALUE NUMBER

SEARCH_TYPE_ID NUMBER

Query Text

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


SELECT ACCESS_ID
,      ID
,      SEARCH_TYPE
,      SEARCH_TITLE
,      VO_NAME
,      LEVEL_ID
,      LEVEL_VALUE
,      SEARCH_TYPE_ID
FROM APPS.CSM_AD_SEARCH_TITLE_V;

Dependencies

[top of page]

APPS.CSM_AD_SEARCH_TITLE_V references the following:

SchemaAPPS
SynonymCSM_AD_SEARCH_TITLE_ACC
SynonymCSM_AD_SEARCH_TITLE_VIEW

APPS.CSM_AD_SEARCH_TITLE_V is not referenced by any database object