Salary Change Life Event Detection
Hi,
RDBMS : 12.1.0.2.0
Oracle Applications : 12.2.8
We are trying to put some condition which will detect the Salary Change life event. The logic should meet below two condition.
1) The salary will be in approved state.
2) It will have a non zero change of the salary value. So which means if a salary record is created for some action without the change of salary value, then the life event should not be detected.
We tried to achieve this by adding a person change causes life event to the life event reason setup but it seems we can add only one condition in this way. I don't find any way to add both the condition here. Also tried building a fast formula but it doesn't take pay_proposal_id in the input column name.