[Home] [Help]
[Dependency Information]
Object Name: | PAY_RUN_RESULTS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_RUN_RESULTS holds the run results from processing each element
entry. There is always a single run result for each entry. The run
result may have one or more run result values, for example, the run
result values from processing an element entry are usually the pay
value and input values. Different categories of run result are
defined as subtypes: P - processed, PA - adjusted, O - overwritten,
U- unprocessed.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_RUN_RESULTS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_RUN_RESULTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_RUN_RESULTS_N50 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
PAY_RUN_RESULTS_N51 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RUN_RESULT_ID | NUMBER | (15) | Yes | Primary key. |
ELEMENT_TYPE_ID | NUMBER | (9) | Yes | Foreign key to PAY_ELEMENT_TYPES. |
ASSIGNMENT_ACTION_ID | NUMBER | (15) | Foreign key to PAY_ASSIGNMENT_ACTIONS. | |
ENTRY_TYPE | VARCHAR2 | (1) | Yes | Denormalised from element entry. |
SOURCE_ID | NUMBER | (15) | Yes | Source element entry. |
SOURCE_TYPE | VARCHAR2 | (1) | Yes | For example, E-normal entry, I-indirect result. |
STATUS | VARCHAR2 | (2) | Yes | Processing status of the result. |
JURISDICTION_CODE | VARCHAR2 | (30) | US - Jurisdiction applying to the result. | |
START_DATE | DATE | Start date of the prorated result | ||
END_DATE | DATE | End date of the Prorated result | ||
ELEMENT_ENTRY_ID | NUMBER | (15) | Foreign key to PAY_ELEMENT_ENTRIES_F. | |
ENTRY_PROCESS_PATH | VARCHAR2 | (1000) | Entry Process Path | |
TIME_DEFINITION_ID | NUMBER | (9) | Foreign key to PAY_TIME_DEFINITIONS. | |
LOCAL_UNIT_ID | NUMBER | (15) | Foreign Key to HR_ORGANIZATION_UNITS. | |
INSTANCE_ID | NUMBER | (9) | For tracking the INSTANCE ID as part of 12.2 RAC Affinity enhancement. |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_RESULT_ID
, ELEMENT_TYPE_ID
, ASSIGNMENT_ACTION_ID
, ENTRY_TYPE
, SOURCE_ID
, SOURCE_TYPE
, STATUS
, JURISDICTION_CODE
, START_DATE
, END_DATE
, ELEMENT_ENTRY_ID
, ENTRY_PROCESS_PATH
, TIME_DEFINITION_ID
, LOCAL_UNIT_ID
, INSTANCE_ID
FROM HR.PAY_RUN_RESULTS;
HR.PAY_RUN_RESULTS does not reference any database object
HR.PAY_RUN_RESULTS is referenced by following:
|
|
|