[Home] [Help]
[Dependency Information]
| Object Name: | PAY_BALANCE_DEFINED_DIMENSIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_BALANCE_DEFINED_DIMENSIONS
|
| 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 |
|---|---|---|---|---|
| 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) |
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;
APPS
PAY_ASSIGNMENT_LATEST_BALANCES
PAY_BALANCE_DIMENSIONS
PAY_BALANCE_TYPES
PAY_BALANCE_TYPES_TL
PAY_DEFINED_BALANCES
PAY_PERSON_LATEST_BALANCES
PUBLIC
PAY_BALANCE_DEFINED_DIMENSIONS
|
|
|
|