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


VIEW: APPS.PAY_BALANCE_CONTEXT_VALUES_V1

Object Details
Object Name: PAY_BALANCE_CONTEXT_VALUES_V1
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_BALANCE_CONTEXT_VALUES_V1
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
CONTEXT_ID NUMBER (9)
Context ID
LATEST_BALANCE_ID NUMBER (15)
Latest balance ID
VALUE VARCHAR2 (60)
Balance Value
Query Text

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


SELECT CONTEXT_ID
,      LATEST_BALANCE_ID
,      VALUE
FROM APPS.PAY_BALANCE_CONTEXT_VALUES_V1;

Dependencies

[top of page]

APPS.PAY_BALANCE_CONTEXT_VALUES_V1 references the following:

SchemaAPPS
SynonymFF_CONTEXTS
SynonymPAY_BALANCE_CONTEXT_VALUES
SynonymPAY_LATEST_BALANCES

APPS.PAY_BALANCE_CONTEXT_VALUES_V1 is not referenced by any database object