DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK dependencies on GHR_HISTORY_API

Line 133: l_session ghr_history_api.g_session_var_type;

129: -- p_submission_date date; -- Non-SF52 Data Item
130: */
131:
132: l_proc varchar2(61) := 'CALL_CPDF_CHECK';
133: l_session ghr_history_api.g_session_var_type;
134: l_pay_rate_determinant varchar2(30); ----Bug# 5639003
135: l_step_or_rate ghr_pa_requests.to_step_or_rate%type;
136: l_rpa_step_or_rate ghr_pa_requests.to_step_or_rate%type;
137: Begin

Line 297: --ghr_history_api.get_g_session_var(l_session);

293: hr_utility.set_location('Calling GHR_CPDF_CHECK1.chk_retirement_plan'|| l_proc, 18);
294: -- For Dual corrections with Return to Duty combination this validation has been removed
295: -- as this validation will be validated during udpate HR of second action correction of dual combination
296: --Bug #8690175 ---Bug # 8838531 added the validation for both normal and corrections
297: --ghr_history_api.get_g_session_var(l_session);
298: If NOT(NVL(ghr_process_sf52.g_dual_action_yn,'N') = 'Y'
299: and p_noa_family_code IN ('RETURN_TO_DUTY')) then
300: GHR_CPDF_CHECK1.chk_retirement_plan
301: (p_retirement_plan_code

Line 921: ghr_history_api.get_g_session_var(l_session);

917:
918: --8850376 removed prior prd for Return to duty as all latest values are passed
919:
920: hr_utility.set_location('Calling GHR_CPDF_CHECK7.chk_prior_locality_adj '|| l_proc, 127);
921: ghr_history_api.get_g_session_var(l_session);
922: If l_session.noa_id_correct is null then
923: GHR_CPDF_CHECK7.chk_prior_locality_adj
924: (p_to_pay_plan => p_to_pay_plan
925: ,p_to_basic_pay => p_to_basic_pay