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


VIEW: APPS.POR_PUBLIC_LISTS_V

Object Details
Object Name: POR_PUBLIC_LISTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_PUBLIC_LISTS_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


POR_PUBLIC_LISTS_V view returns all the public shopping lists that are set up in the system.


[View Source]

Columns
Name Datatype Length Mandatory Comments
POR_LIST_NAME VARCHAR2 (25) Yes List name
POR_LIST_DESCRIPTION VARCHAR2 (240)
List description
POR_LIST_INACTIVE_DATE DATE

List inactive date
POR_EXPRESS_NAME VARCHAR2 (25) Yes Template identifier and name
Query Text

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


SELECT POR_LIST_NAME
,      POR_LIST_DESCRIPTION
,      POR_LIST_INACTIVE_DATE
,      POR_EXPRESS_NAME
FROM APPS.POR_PUBLIC_LISTS_V;

Dependencies

[top of page]

APPS.POR_PUBLIC_LISTS_V references the following:

SchemaAPPS
SynonymICX_POR_CATEGORIES_TL
SynonymPO_REQEXPRESS_HEADERS

APPS.POR_PUBLIC_LISTS_V is not referenced by any database object