[Home] [Help]
[Dependency Information]
| Object Name: | PAY_GROSSUP_BAL_EXCL_V4 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_GROSSUP_BAL_EXCL_V4
|
| 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) | ||
| BALANCE_NAME | VARCHAR2 | (80) | ||
| ELEMENT_ENTRY_ID | NUMBER | (15) | ||
| GROSSUP_BALANCES_ID | NUMBER | (15) | ||
| START_DATE | DATE | |||
| END_DATE | DATE | |||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | ||
| SOURCE_TYPE | VARCHAR2 | (30) | ||
| EXCLUDE_LEVEL | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_TYPE_ID
, BALANCE_NAME
, ELEMENT_ENTRY_ID
, GROSSUP_BALANCES_ID
, START_DATE
, END_DATE
, OBJECT_VERSION_NUMBER
, SOURCE_TYPE
, EXCLUDE_LEVEL
FROM APPS.PAY_GROSSUP_BAL_EXCL_V4;
APPS
FND_SESSIONS
PAY_BALANCE_TYPES
PAY_BALANCE_TYPES_TL
PAY_ELEMENT_ENTRIES_F
PAY_ELEMENT_LINKS_F
PAY_ELEMENT_TYPES_F
PAY_GROSSUP_BAL_EXCLUSIONS
APPS.PAY_GROSSUP_BAL_EXCL_V4 is not referenced by any database object
|
|
|
|