DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_APPROVED_PA_REQUESTS

Line 654: GHR_APPROVED_PA_REQUESTS.determine_ia(

650: END LOOP;
651:
652: IF l_to_step_or_rate = '00' THEN
653: --BUG #7216635 added the parameter p_noa_id_correct
654: GHR_APPROVED_PA_REQUESTS.determine_ia(
655: p_pa_request_id => l_session.altered_pa_request_id,
656: p_pa_notification_id => l_pa_notification_id,
657: p_person_id => p_person_id,
658: p_effective_date => p_effective_date,

Line 2101: GHR_APPROVED_PA_REQUESTS.determine_ia(

2097: -- End Bug 3248061
2098: -- Get the pa_notification_id from the original action
2099:
2100: --BUG #7216635 added the parameter p_noa_id_correct
2101: GHR_APPROVED_PA_REQUESTS.determine_ia(
2102: p_pa_request_id => l_ghr_pa_request_rec.altered_pa_request_id,
2103: p_pa_notification_id => l_pa_notification_id,
2104: p_person_id => p_person_id,
2105: p_effective_date => l_effective_date,