[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_ACCOUNT_SETS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_ACCOUNT_SETS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_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. | |
| 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
, ACCOUNT_SET_ID
, SET_OF_BOOKS_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.PSBBV_ACCOUNT_SETS;
APPS
PSB_ACCOUNT_POSITION_SETS
APPS.PSBBV_ACCOUNT_SETS is not referenced by any database object
|
|
|
|