[Home] [Help]
[Dependency Information]
Object Name: | PAY_JP_SOE_PREPAY_RESULTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|