DBA Data[Home] [Help]

APPS.GHR_SF52_UPDATE dependencies on GHR_HISTORY_API

Line 358: l_session ghr_history_api.g_session_var_type;

354: p_capped_other_pay in out nocopy number
355: )
356: is
357:
358: l_session ghr_history_api.g_session_var_type;
359: l_imm_pa_request_rec ghr_pa_requests%rowtype;
360: l_imm_pa_request_rec_in ghr_pa_requests%rowtype; /* Added for NOCOPY changes */
361: l_capped_other_pay_in number; /* Added for NOCOPY changes */
362: l_imm_asg_sf52 ghr_api.asg_sf52_type;

Line 622: ghr_history_api.get_g_session_var(l_session);

618: l_imm_pa_request_rec_in := p_imm_pa_request_rec; /* Added for NOCOPY changes */
619: l_capped_other_pay_in := p_capped_other_pay; /* Added for NOCOPY changes */
620:
621: hr_utility.set_location(l_proc,10);
622: ghr_history_api.get_g_session_var(l_session);
623: IF l_session.noa_id_correct is null and
624: p_imm_pa_request_rec.first_noa_code = '866' THEN
625: g_effective_date := p_imm_pa_request_rec.effective_date + 1;
626: l_session.date_effective := g_effective_date;

Line 627: ghr_history_api.set_g_session_var( l_session);

623: IF l_session.noa_id_correct is null and
624: p_imm_pa_request_rec.first_noa_code = '866' THEN
625: g_effective_date := p_imm_pa_request_rec.effective_date + 1;
626: l_session.date_effective := g_effective_date;
627: ghr_history_api.set_g_session_var( l_session);
628: ELSE
629: g_effective_date := p_imm_pa_request_rec.effective_date;
630: END IF;
631:

Line 1497: ghr_history_api.post_update_process;

1493:
1494: END IF; -- IF p_imm_pa_request_rec.noa_family_code = 'APP'
1495: -- End of Bug # 5195518
1496:
1497: ghr_history_api.post_update_process;
1498:
1499: exception when others then
1500: --
1501: -- Reset IN OUT parameters and set OUT parameters