[Home] [Help]
[Dependency Information]
Object Name: | PSBFV_ACCOUNT_SETS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
PSBFV_ACCOUNT_SETS displays account sets.
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 |
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;
APPS.PSBFV_ACCOUNT_SETS is not referenced by any database object
|
|
|