DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on GHR_UTILITY

Line 4933: if ghr_utility.is_ghr = 'TRUE' then

4929: end loop;
4930: --
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;

Line 5089: if ghr_utility.is_ghr = 'TRUE' then

5085: end if;
5086: close csr_check_classification;
5087:
5088:
5089: if ghr_utility.is_ghr = 'TRUE' then
5090: hr_utility.set_location('GHR Installed....insert_element_entry .. Post ',6);
5091: ghr_history_api.post_update_process;
5092: end if;
5093: --

Line 5142: if ghr_utility.is_ghr = 'TRUE' then

5138: where hl.lookup_type = 'ELE_ENTRY_REASON'
5139: and hl.meaning = l_line_record.reason;
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;

Line 5266: if ghr_utility.is_ghr = 'TRUE' then

5262: --
5263: end loop;
5264:
5265:
5266: if ghr_utility.is_ghr = 'TRUE' then
5267: hr_utility.set_location('GHR Installed....update_element_entry .. Post ',5);
5268: ghr_history_api.post_update_process;
5269: end if;
5270: