[Home] [Help]
[Dependency Information]
| Object Name: | PAY_EMEA_PAYMENT_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_EMEA_PAYMENT_VALUES_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Used to support Payments regions on self service payslip
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Id | |
| ELEMENT_TYPE_ID | NUMBER | (9) | Yes | Element Type Id |
| INPUT_VALUE_ID | NUMBER | (9) | Yes | Input Value Id |
| RESULT_VALUE | NUMBER | Payment Value | ||
| PROCESSING_PRIORITY | NUMBER | (9) | Yes | Processing Priority of the element |
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | Assignment Action Id |
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_EMEA_PAYMENT_VALUES_V;
APPS
FND_NUMBER
- show dependent code
PAY_ACTION_INTERLOCKS
PAY_ASSIGNMENT_ACTIONS
PAY_ELEMENT_TYPES_F
PAY_INPUT_VALUES_F
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
APPS
PAY_AE_PAYROLL_REGISTER
- show dependent code
PAY_EMEA_PAYMNTS_ACTION_INFO_V
PAY_KW_PAYROLL_REGISTER
- show dependent code
PUBLIC
PAY_EMEA_PAYMENT_VALUES_V
|
|
|
|