[Home] [Help]
[Dependency Information]
Object Name: | PAY_IN_ALLOWANCE_MAX_EXEM_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ALLOWANCE_NAME | VARCHAR2 | (80) | Yes | Lower value for range match of user key, or actual value for exact match. |
EXEMPTION_AMOUNT | VARCHAR2 | (80) | Stored value. |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOWANCE_NAME
, EXEMPTION_AMOUNT
FROM APPS.PAY_IN_ALLOWANCE_MAX_EXEM_V;
|
|
|