[Home] [Help]
[Dependency Information]
| Object Name: | PAY_JP_SOE_PREPAY_RESULTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_JP_SOE_PREPAY_RESULTS_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 |
|---|---|---|---|---|
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | |
| REPORTING_NAME | VARCHAR2 | (80) | ||
| SCALE | NUMBER | (5) | Yes | |
| RUN_RESULT_ID | NUMBER | (15) | Yes | |
| RESULT_VALUE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, REPORTING_NAME
, SCALE
, RUN_RESULT_ID
, RESULT_VALUE
FROM APPS.PAY_JP_SOE_PREPAY_RESULTS_V;
APPS
PAY_ACTION_INTERLOCKS
PAY_ASSIGNMENT_ACTIONS
PAY_BALANCE_FEEDS_F
PAY_BALANCE_TYPES
PAY_ELEMENT_TYPES_F_TL
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
APPS.PAY_JP_SOE_PREPAY_RESULTS_V is not referenced by any database object
|
|
|
|