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 2013: GHR_APPROVED_PA_REQUESTS.determine_ia(

2009: -- End Bug 3248061
2010: -- Get the pa_notification_id from the original action
2011:
2012: --BUG #7216635 added the parameter p_noa_id_correct
2013: GHR_APPROVED_PA_REQUESTS.determine_ia(
2014: p_pa_request_id => l_ghr_pa_request_rec.altered_pa_request_id,
2015: p_pa_notification_id => l_pa_notification_id,
2016: p_person_id => p_person_id,
2017: p_effective_date => l_effective_date,