[Home] [Help]
[Dependency Information]
| Object Name: | PAY_IE_PAYMENT_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_IE_PAYMENT_VALUES_V
|
| 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) | ||
| ELEMENT_TYPE_ID | NUMBER | (9) | Yes | |
| INPUT_VALUE_ID | NUMBER | (9) | Yes | |
| RESULT_VALUE | NUMBER | |||
| PROCESSING_PRIORITY | NUMBER | (9) | Yes | |
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ELEMENT_TYPE_ID
, INPUT_VALUE_ID
, RESULT_VALUE
, PROCESSING_PRIORITY
, ASSIGNMENT_ACTION_ID
FROM APPS.PAY_IE_PAYMENT_VALUES_V;
APPS
FND_NUMBER
- show dependent code
FND_SESSIONS
PAY_ACTION_INTERLOCKS
PAY_ELEMENT_TYPES_F
PAY_INPUT_VALUES_F
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
APPS
PAY_IE_EAR_DED_V
|
|
|
|