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


VIEW: APPS.PSBBV_ACCOUNT_SETS

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

View Type

A Business Intelligence System view


PSBBV_ACCOUNT_SETS displays account sets.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCOUNT_SET_NAME VARCHAR2 (100) Yes Account set name
ACCOUNT_SET_SHAREABLE_FLAG VARCHAR2 (1)
Identifies whether account set can be shared. An account set that can be shared is a global set.
ACCOUNT_SET_ID NUMBER (15) Yes Account set identifier
SET_OF_BOOKS_ID NUMBER (15)
Set of Books identifier
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
Query Text

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


SELECT ACCOUNT_SET_NAME
,      ACCOUNT_SET_SHAREABLE_FLAG
,      ACCOUNT_SET_ID
,      SET_OF_BOOKS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBBV_ACCOUNT_SETS;

Dependencies

[top of page]

APPS.PSBBV_ACCOUNT_SETS references the following:

SchemaAPPS
SynonymPSB_ACCOUNT_POSITION_SETS

APPS.PSBBV_ACCOUNT_SETS is not referenced by any database object