DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on GHR_UTILITY

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

4961: end loop;
4962: --
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;

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

5117: end if;
5118: close csr_check_classification;
5119:
5120:
5121: if ghr_utility.is_ghr = 'TRUE' then
5122: hr_utility.set_location('GHR Installed....insert_element_entry .. Post ',6);
5123: ghr_history_api.post_update_process;
5124: end if;
5125: --

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

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

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

5294: --
5295: end loop;
5296:
5297:
5298: if ghr_utility.is_ghr = 'TRUE' then
5299: hr_utility.set_location('GHR Installed....update_element_entry .. Post ',5);
5300: ghr_history_api.post_update_process;
5301: end if;
5302: