[Home] [Help]
[Dependency Information]
Object Name: | PAY_BALANCE_DEFINED_DIMENSIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_BALANCE_DEFINED_DIMENSIONS is not referenced by any database object
|
|
|