[Home] [Help]
[Dependency Information]
| Object Name: | PAY_GROSSUP_BAL_EXCL_V3 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_GROSSUP_BAL_EXCL_V3
|
| 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_TYPE_ID | NUMBER | (9) | Yes | |
| BALANCE_NAME | VARCHAR2 | (80) | Yes | |
| ELEMENT_TYPE_ID | NUMBER | (9) | Yes | |
| GROSSUP_BALANCES_ID | NUMBER | (15) | Yes | |
| START_DATE | DATE | Yes | ||
| END_DATE | DATE | Yes | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_TYPE_ID
, BALANCE_NAME
, ELEMENT_TYPE_ID
, GROSSUP_BALANCES_ID
, START_DATE
, END_DATE
, OBJECT_VERSION_NUMBER
FROM APPS.PAY_GROSSUP_BAL_EXCL_V3;
APPS
FND_SESSIONS
PAY_BALANCE_TYPES
PAY_BALANCE_TYPES_TL
PAY_ELEMENT_TYPES_F
PAY_GROSSUP_BAL_EXCLUSIONS
PUBLIC
PAY_GROSSUP_BAL_EXCL_V3
|
|
|
|