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


VIEW: APPS.PER_BF_BALANCE_ELEMENTS_V

Object Details
Object Name: PER_BF_BALANCE_ELEMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_BF_BALANCE_ELEMENTS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
BALANCE_TYPE_ID NUMBER (15) Yes
INPUT_VALUE_NAME VARCHAR2 (80) Yes
ELEMENT_NAME VARCHAR2 (80) Yes
ELEMENT_REPORTING_NAME VARCHAR2 (80)
CURRENCY_CODE VARCHAR2 (15)
UNITS VARCHAR2 (30) Yes
INPUT_VALUE_ID NUMBER (9) Yes
ELEMENT_TYPE_ID NUMBER (9) Yes
Query Text

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


SELECT BALANCE_TYPE_ID
,      INPUT_VALUE_NAME
,      ELEMENT_NAME
,      ELEMENT_REPORTING_NAME
,      CURRENCY_CODE
,      UNITS
,      INPUT_VALUE_ID
,      ELEMENT_TYPE_ID
FROM APPS.PER_BF_BALANCE_ELEMENTS_V;

Dependencies

[top of page]

APPS.PER_BF_BALANCE_ELEMENTS_V references the following:

SchemaAPPS
SynonymPAY_ELEMENT_TYPES_F
SynonymPAY_INPUT_VALUES_F
SynonymPER_BF_BALANCE_TYPES
APPS.PER_BF_BALANCE_ELEMENTS_V is referenced by following:

SchemaAPPS
ViewPER_BF_BALANCE_AMOUNTS_V
ViewPER_BF_BALANCE_AMOUNTS_V2
ViewPER_BF_BALANCE_TYPES_V