DBA Data[Home] [Help]

APPS.GHR_APPROVED_PA_REQUESTS dependencies on GHR_HISTORY_API

Line 1012: l_noa_cancel_or_correct := ghr_history_api.g_correct;

1008: --
1009: hr_utility.set_location('Created SF52 Shadow ' || l_proc, 22);
1010: --
1011: if l_pa_req_rec.first_noa_code = '002' then
1012: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1013: else
1014: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1015: end if;
1016: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_pa_req_rec.pa_request_id)|| '-'|| l_proc, 22);

Line 1014: l_noa_cancel_or_correct := ghr_history_api.g_cancel;

1010: --
1011: if l_pa_req_rec.first_noa_code = '002' then
1012: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1013: else
1014: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1015: end if;
1016: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_pa_req_rec.pa_request_id)|| '-'|| l_proc, 22);
1017: hr_utility.set_location('Updating SF52 - OVN '||to_char(p_par_object_version_number)|| '-'|| l_proc, 25);
1018: hr_utility.set_location(l_proc || 'Which NOA and Action ' || to_char(p_which_noa) || ' '|| p_which_action, 35);

Line 1743: l_noa_cancel_or_correct := ghr_history_api.g_correct;

1739: --
1740: hr_utility.set_location('Created SF52 Shadow ' || l_proc, 22);
1741: --
1742: if l_pa_req_rec.first_noa_code = '002' then
1743: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1744: else
1745: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1746: end if;
1747: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_last_pa_request_rec.pa_request_id)|| '-'|| l_proc, 22);

Line 1745: l_noa_cancel_or_correct := ghr_history_api.g_cancel;

1741: --
1742: if l_pa_req_rec.first_noa_code = '002' then
1743: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1744: else
1745: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1746: end if;
1747: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_last_pa_request_rec.pa_request_id)|| '-'|| l_proc, 22);
1748: hr_utility.set_location(l_proc || ' Last rows object version # ' || to_char(l_last_pa_request_rec.object_version_number), 20);
1749: hr_utility.set_location('Updating SF52 - OVN '||to_char(l_last_pa_request_rec.object_version_number)|| '-'|| l_proc, 25);