DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on GHR_SESSION

Line 4967: ghr_session.set_session_var_for_core

4963: j := j - 1;
4964:
4965: if ghr_utility.is_ghr = 'TRUE' then
4966: hr_utility.set_location('GHR Installed....insert_element_entry .. Pre...',5);
4967: ghr_session.set_session_var_for_core
4968: (p_effective_date => l_line_record.effective_date);
4969: end if;
4970:
4971: -- This is to support the predefined duration of the element, especially for GB.

Line 5176: ghr_session.set_session_var_for_core

5172: END IF;
5173: --
5174: if ghr_utility.is_ghr = 'TRUE' then
5175: hr_utility.set_location('GHR Installed....update_element_entry .. Pre ',5);
5176: ghr_session.set_session_var_for_core
5177: (p_effective_date => l_line_record.effective_date);
5178: end if;
5179:
5180: -- Sets the start time.