DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK3 dependencies on GHR_HISTORY_API

Line 65: l_session ghr_history_api.g_session_var_type;

61: ,p_rating_of_record_level IN VARCHAR2 --non SF52 item Bug# 10189715
62: ,p_rating_of_record_pattern IN VARCHAR2 --non SF52 item Bug# 10189715
63: ) is
64:
65: l_session ghr_history_api.g_session_var_type;
66: l_noa_family_code ghr_families.noa_family_code%type;
67: Cursor c_noa_family_code IS
68: Select fam.noa_family_code
69: from ghr_noa_families nfa,

Line 294: ghr_history_api.get_g_session_var(l_session);

290: --
291: --upd47 26-Jun-06 Raju From 01-May-2006 Exclude 849
292: --upd49 08-Jan-07 Raju From 01-Jun-2004 Bug#5619873 Add 826,827
293: -- upd51 06-Feb-07 Raju From 01-Jan-2007 Bug#5745356 add noa 849,885,886,887,889
294: ghr_history_api.get_g_session_var(l_session);
295: if p_effective_date >= to_date('01/10/1998', 'dd/mm/yyyy') then
296: if p_effective_date < fnd_date.canonical_to_date('2006/05/01') then
297: if l_session.noa_id_correct is null then
298: if p_effective_date < fnd_date.canonical_to_date('2004/06/01') then