[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_PARAMETER_SETS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_PARAMETER_SETS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_PARAMETER_SETS displays the definition of parameter sets.
| 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 |
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;
APPS
PSB_ENTITY_SET
APPS.PSBBV_PARAMETER_SETS is not referenced by any database object
|
|
|
|