[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_ACCOUNT_SET_LINES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_ACCOUNT_SET_LINES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_ACCOUNT_SET_LINES displays account set lines.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INCLUDE_OR_EXCLUDE | VARCHAR2 | (1) | Identifies if the range of accounts is to be included or excluded in the set | |
| LINE_SEQUENCE_ID | NUMBER | (15) | Yes | Line sequence identifier |
| ACCOUNT_SET_ID | NUMBER | (15) | Yes | Account set 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 INCLUDE_OR_EXCLUDE
, LINE_SEQUENCE_ID
, ACCOUNT_SET_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.PSBBV_ACCOUNT_SET_LINES;
APPS
PSB_ACCOUNT_POSITION_SET_LINES
APPS.PSBBV_ACCOUNT_SET_LINES is not referenced by any database object
|
|
|
|