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


VIEW: APPS.PSBFV_ACCOUNT_SET_LINES

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

View Type

A Business Intelligence System view


PSBFV_ACCOUNT_SET_LINES displays account set lines.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCOUNT_SET_NAME VARCHAR2 (100) Yes Account set name
INCLUDE_OR_EXCLUDE VARCHAR2 (1)
Identifies if the range of accounts is to be included or excluded in the set
_DF CHAR (41)
Descriptive Flexfield placeholder
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACCOUNT_SET_NAME
,      INCLUDE_OR_EXCLUDE
,      _DF
,      LINE_SEQUENCE_ID
,      ACCOUNT_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBFV_ACCOUNT_SET_LINES;

Dependencies

[top of page]

APPS.PSBFV_ACCOUNT_SET_LINES references the following:

SchemaAPPS
SynonymPSB_ACCOUNT_POSITION_SETS
SynonymPSB_ACCOUNT_POSITION_SET_LINES

APPS.PSBFV_ACCOUNT_SET_LINES is not referenced by any database object