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


VIEW: APPS.PSBFV_ACCOUNT_SETS

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

View Type

A Business Intelligence System view


PSBFV_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.
SET_OF_BOOKS_NAME VARCHAR2 (30) Yes Set of Books name
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
,      SET_OF_BOOKS_NAME
,      ACCOUNT_SET_ID
,      SET_OF_BOOKS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBFV_ACCOUNT_SETS;

Dependencies

[top of page]

APPS.PSBFV_ACCOUNT_SETS references the following:

SchemaAPPS
ViewGL_SETS_OF_BOOKS
SynonymPSB_ACCOUNT_POSITION_SETS

APPS.PSBFV_ACCOUNT_SETS is not referenced by any database object