[Home] [Help]
[Dependency Information]
Object Name: | PAY_RUN_RESULT_VALUES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_RUN_RESULT_VALUES holds the values that result from processing a
single element entry. Each input or pay value for the element entry
will have an associated run result value.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_RUN_RESULT_VALUES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PAY_RUN_RESULT_VALUES_N50 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column |
![]() |
![]() |
PAY_RUN_RESULT_VALUES |
PAY_COSTS
INPUT_VALUE_ID
PAY_COSTS RUN_RESULT_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INPUT_VALUE_ID | NUMBER | (9) | Yes | Foreign key to PAY_INPUT_VALUES. |
RUN_RESULT_ID | NUMBER | (15) | Yes | Foreign key to PAY_RUN_RESULTS. |
RESULT_VALUE | VARCHAR2 | (60) | The value of the result. | |
FORMULA_RESULT_FLAG | VARCHAR2 | (1) | Indicates if the RESULT_VALUE was produced as a result of a Fast Formula calculation |
Cut, paste (and edit) the following text to query this object:
SELECT INPUT_VALUE_ID
, RUN_RESULT_ID
, RESULT_VALUE
, FORMULA_RESULT_FLAG
FROM HR.PAY_RUN_RESULT_VALUES;
HR.PAY_RUN_RESULT_VALUES does not reference any database object
HR.PAY_RUN_RESULT_VALUES is referenced by following:
|
|
|