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


VIEW: APPS.PAY_BALANCE_DEFINED_DIMENSIONS

Object Details
Object Name: PAY_BALANCE_DEFINED_DIMENSIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_BALANCE_DEFINED_DIMENSIONS
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_NAME_AND_SUFFIX VARCHAR2 (160)

DEFINED_BALANCE_ID NUMBER (9) Yes
BALANCE_TYPE_ID NUMBER (9) Yes
BALANCE_DIMENSION_ID NUMBER (9) Yes
LATEST_BALANCE_EXIST VARCHAR2 (1)

Query Text

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


SELECT BALANCE_NAME_AND_SUFFIX
,      DEFINED_BALANCE_ID
,      BALANCE_TYPE_ID
,      BALANCE_DIMENSION_ID
,      LATEST_BALANCE_EXIST
FROM APPS.PAY_BALANCE_DEFINED_DIMENSIONS;

Dependencies

[top of page]

APPS.PAY_BALANCE_DEFINED_DIMENSIONS references the following:

SchemaAPPS
SynonymPAY_ASSIGNMENT_LATEST_BALANCES
SynonymPAY_BALANCE_DIMENSIONS
SynonymPAY_BALANCE_TYPES
SynonymPAY_BALANCE_TYPES_TL
SynonymPAY_DEFINED_BALANCES
SynonymPAY_PERSON_LATEST_BALANCES

APPS.PAY_BALANCE_DEFINED_DIMENSIONS is not referenced by any database object