[Home] [Help]
[Dependency Information]
Object Name: | PAY_IE_EMEA_BAL_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 |
---|---|---|---|---|
ASSIGNMENT_ACTION_ID | NUMBER | (15) | ||
BALANCE_NAME | VARCHAR2 | (30) | ||
NI_TYPE | VARCHAR2 | (2) | ||
BALANCE_VALUE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, BALANCE_NAME
, NI_TYPE
, BALANCE_VALUE
FROM APPS.PAY_IE_EMEA_BAL_V;
APPS.PAY_IE_EMEA_BAL_V is not referenced by any database object
|
|
|