Executed bellow queries justifying that run result values have (or not) been calculated:
Q1:
(select payroll_rel_action_id from pay_payroll_rel_actions where
PAYROLL_RELATIONSHIP_ID
in (select PAYROLL_RELATIONSHIP_ID from PAY_PAY_RELATIONSHIPS_DN where
PERSON_ID in (select person_id from PER_ALL_PEOPLE_F where PERSON_NUMBER
='example1111')) and payroll_rel_action_id in (select payroll_rel_action_id from
pay_payroll_actions where creation_date > '1-JUN-2019'))
select * from pay_run_result_values where run_result_id in
(select run_result_id from pay_run_results where payroll_rel_action_id in
(select payroll_rel_action_id from pay_payroll_rel_actions where
PAYROLL_RELATIONSHIP_ID
in (select PAYROLL_RELATIONSHIP_ID from PAY_PAY_RELATIONSHIPS_DN where
PERSON_ID in (select person_id from PER_ALL_PEOPLE_F where PERSON_NUMBER
='example1111')) and payroll_rel_action_id in (select payroll_rel_action_id from
pay_payroll_actions where creation_date > '1-JUN-2019')))
If this returns rows with null result_values, this means that it is behaving as expected
select * from pay_run_results where payroll_rel_action_id in