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


VIEW: APPS.PSBFV_ACCOUNT_SET_LISTS

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

View Type

A Business Intelligence System view


PSBFV_ACCOUNT_SET_LISTS displays account set lists.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SET_OF_BOOKS_NAME VARCHAR2 (30) Yes Set of Books name
ACCOUNT_SET_NAME VARCHAR2 (100) Yes Account set name
_KF:GL_ACCOUNT CHAR (17)
Key Flexfield segments placeholder. Column is expanded into multiple columns for each segment of the Key Flexfield during view generation.
ACCOUNT_SET_ID NUMBER (15) Yes Account set identifier
CODE_COMBINATION_ID NUMBER (15) Yes General Ledger account identifier
SET_OF_BOOKS_ID NUMBER (15) Yes 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 SET_OF_BOOKS_NAME
,      ACCOUNT_SET_NAME
,      _KF:GL_ACCOUNT
,      ACCOUNT_SET_ID
,      CODE_COMBINATION_ID
,      SET_OF_BOOKS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBFV_ACCOUNT_SET_LISTS;

Dependencies

[top of page]

APPS.PSBFV_ACCOUNT_SET_LISTS references the following:

SchemaAPPS
SynonymGL_CODE_COMBINATIONS
ViewGL_SETS_OF_BOOKS
SynonymPSB_ACCOUNT_POSITION_SETS
SynonymPSB_BUDGET_ACCOUNTS

APPS.PSBFV_ACCOUNT_SET_LISTS is not referenced by any database object