[Home] [Help]
[Dependency Information]
| Object Name: | PAY_BALANCE_CONTEXT_VALUES_V1 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_BALANCE_CONTEXT_VALUES_V1
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTEXT_ID | NUMBER | (9) | Context ID | |
| LATEST_BALANCE_ID | NUMBER | (15) | Latest balance ID | |
| VALUE | VARCHAR2 | (60) | Balance Value |
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;
APPS
FF_CONTEXTS
PAY_BALANCE_CONTEXT_VALUES
PAY_LATEST_BALANCES
APPS.PAY_BALANCE_CONTEXT_VALUES_V1 is not referenced by any database object
|
|
|
|