[Home] [Help]
[Dependency Information]
Object Name: | PAY_DEFINED_BALANCES_V |
---|---|
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 |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
DEFINED_BALANCE_ID | NUMBER | (9) | Yes | |
BUSINESS_GROUP_ID | NUMBER | |||
LEGISLATION_CODE | VARCHAR2 | (30) | ||
BALANCE_TYPE_ID | NUMBER | (9) | Yes | |
BALANCE_DIMENSION_ID | NUMBER | (9) | Yes | |
DIMENSION_NAME | VARCHAR2 | (80) | Yes | |
DATABASE_ITEM_SUFFIX | VARCHAR2 | (80) | Yes | |
ROUTE_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, DEFINED_BALANCE_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, BALANCE_TYPE_ID
, BALANCE_DIMENSION_ID
, DIMENSION_NAME
, DATABASE_ITEM_SUFFIX
, ROUTE_ID
FROM APPS.PAY_DEFINED_BALANCES_V;
|
|
|