DBA Data[Home] [Help]

APPS.GHR_SF52_VALIDN_PKG dependencies on GHR_HISTORY_API

Line 95: l_session ghr_history_api.g_session_var_type;

91:
92: l_proc varchar2(72) := g_package || 'primary_reqd_chk_for_update_hr';
93: l_notification_id ghr_pa_requests.pa_notification_id%type;
94: l_person_type per_person_types.system_person_type%type;
95: l_session ghr_history_api.g_session_var_type;
96:
97: l_new_line VARCHAR2(1) := substr('
98: ',1,1); -- Bug 1844515 Anil
99: l_null_list VARCHAR2(120) ; -- Bug 1844515 Anil

Line 119: ghr_history_api.get_g_session_var(l_session);

115:
116: begin
117:
118: hr_utility.set_location('Entering ' || l_proc,10);
119: ghr_history_api.get_g_session_var(l_session);
120:
121: -- Check to see if the SF52 is not already processe
122:
123: for sf50 in c_sf50 loop