[Home] [Help]
[Dependency Information]
| Object Name: | PAY_EMEA_PAYMNTS_ACTION_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_EMEA_PAYMNTS_ACTION_INFO_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 |
|---|---|---|---|---|
| ACTION_CONTEXT_ID | NUMBER | (15) | Yes | Mapped to PAY_ACTION_CONTEXTS |
| NARRATIVE | VARCHAR2 | (240) | Narrative | |
| PAYMENT_TYPE | VARCHAR2 | (240) | Payment Type | |
| VALUE | NUMBER | Payment Value | ||
| NUMERIC_VALUE | NUMBER | Payment Value |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_CONTEXT_ID
, NARRATIVE
, PAYMENT_TYPE
, VALUE
, NUMERIC_VALUE
FROM APPS.PAY_EMEA_PAYMNTS_ACTION_INFO_V;
APPS
FND_NUMBER
- show dependent code
PAY_ACTION_INFORMATION
PAY_ACTION_INTERLOCKS
PAY_ASSIGNMENT_ACTIONS
PAY_EMEA_PAYMENT_VALUES_V
PAY_PAYROLL_ACTIONS
APPS
PAY_KW_PAYROLL_REGISTER
- show dependent code
PUBLIC
PAY_EMEA_PAYMNTS_ACTION_INFO_V
|
|
|
|