DBA Data[Home] [Help]

APPS.GHR_SF52_UPDATE dependencies on GHR_HISTORY_API

Line 357: l_session ghr_history_api.g_session_var_type;

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

Line 549: ghr_history_api.get_g_session_var(l_session);

545: l_imm_pa_request_rec_in := p_imm_pa_request_rec; /* Added for NOCOPY changes */
546: l_capped_other_pay_in := p_capped_other_pay; /* Added for NOCOPY changes */
547:
548: hr_utility.set_location(l_proc,10);
549: ghr_history_api.get_g_session_var(l_session);
550: IF l_session.noa_id_correct is null and
551: p_imm_pa_request_rec.first_noa_code = '866' THEN
552: g_effective_date := p_imm_pa_request_rec.effective_date + 1;
553: l_session.date_effective := g_effective_date;

Line 554: ghr_history_api.set_g_session_var( l_session);

550: IF l_session.noa_id_correct is null and
551: p_imm_pa_request_rec.first_noa_code = '866' THEN
552: g_effective_date := p_imm_pa_request_rec.effective_date + 1;
553: l_session.date_effective := g_effective_date;
554: ghr_history_api.set_g_session_var( l_session);
555: ELSE
556: g_effective_date := p_imm_pa_request_rec.effective_date;
557: END IF;
558:

Line 1286: ghr_history_api.post_update_process;

1282: END IF; -- IF ghr_utility.is_ghr_ben_tsp = 'TRUE' T
1283: END IF; -- IF p_imm_pa_request_rec.noa_family_code = 'APP'
1284: -- End of Bug # 5195518
1285:
1286: ghr_history_api.post_update_process;
1287:
1288: exception when others then
1289: --
1290: -- Reset IN OUT parameters and set OUT parameters