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


VIEW: APPS.IES_AMS_LIST_HEADERS_V

Object Details
Object Name: IES_AMS_LIST_HEADERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIES.IES_AMS_LIST_HEADERS_V
Subobject Name:
Status: VALID

View Type

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


View on AMS_LIST_HEADERS_VL view


[View Source]

Columns
Name Datatype Length Mandatory Comments
LIST_HEADER_ID NUMBER
Yes Unique Identifier for this view
VIEW_APPLICATION_ID NUMBER

Applicaiton ID
LIST_NAME VARCHAR2 (300) Yes Name of the List
LIST_USED_BY_ID NUMBER
Yes List used by ID
OWNER_USER_ID NUMBER (15) Yes Owner User ID
OBJECT_VERSION_NUMBER NUMBER

Object version number required for HTML interfaces
F_DELETEDFLAG CHAR (0)
Used by AOM for soft Delete
LIST_TYPE VARCHAR2 (30) Yes Type of the List
LIST_SOURCE_TYPE VARCHAR2 (30)
List source type
Query Text

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


SELECT LIST_HEADER_ID
,      VIEW_APPLICATION_ID
,      LIST_NAME
,      LIST_USED_BY_ID
,      OWNER_USER_ID
,      OBJECT_VERSION_NUMBER
,      F_DELETEDFLAG
,      LIST_TYPE
,      LIST_SOURCE_TYPE
FROM APPS.IES_AMS_LIST_HEADERS_V;

Dependencies

[top of page]

APPS.IES_AMS_LIST_HEADERS_V references the following:

SchemaAPPS
ViewAMS_LIST_HEADERS_VL
APPS.IES_AMS_LIST_HEADERS_V is referenced by following:

SchemaAPPS
Package BodyIES_SURVEY_SUMMARY - show dependent code