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


VIEW: APPS.PSBBV_PARAMETER_SETS

Object Details
Object Name: PSBBV_PARAMETER_SETS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSBBV_PARAMETER_SETS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


PSBBV_PARAMETER_SETS displays the definition of parameter sets.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARAMETER_SET_NAME VARCHAR2 (80) Yes Parameter set name
DESCRIPTION VARCHAR2 (240)
Parameter set description
PARAMETER_SET_ID NUMBER (15) Yes Parameter set unique identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT PARAMETER_SET_NAME
,      DESCRIPTION
,      PARAMETER_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBBV_PARAMETER_SETS;

Dependencies

[top of page]

APPS.PSBBV_PARAMETER_SETS references the following:

SchemaAPPS
SynonymPSB_ENTITY_SET

APPS.PSBBV_PARAMETER_SETS is not referenced by any database object