DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on GHR_SESSION

Line 4935: ghr_session.set_session_var_for_core

4931: j := j - 1;
4932:
4933: if ghr_utility.is_ghr = 'TRUE' then
4934: hr_utility.set_location('GHR Installed....insert_element_entry .. Pre...',5);
4935: ghr_session.set_session_var_for_core
4936: (p_effective_date => l_line_record.effective_date);
4937: end if;
4938:
4939: -- This is to support the predefined duration of the element, especially for GB.

Line 5144: ghr_session.set_session_var_for_core

5140: END IF;
5141: --
5142: if ghr_utility.is_ghr = 'TRUE' then
5143: hr_utility.set_location('GHR Installed....update_element_entry .. Pre ',5);
5144: ghr_session.set_session_var_for_core
5145: (p_effective_date => l_line_record.effective_date);
5146: end if;
5147:
5148: -- Sets the start time.