DBA Data[Home] [Help]

APPS.GHR_APPROVED_PA_REQUESTS dependencies on GHR_HISTORY_API

Line 967: l_noa_cancel_or_correct := ghr_history_api.g_correct;

963: --
964: hr_utility.set_location('Created SF52 Shadow ' || l_proc, 22);
965: --
966: if l_pa_req_rec.first_noa_code = '002' then
967: l_noa_cancel_or_correct := ghr_history_api.g_correct;
968: else
969: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
970: end if;
971: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_pa_req_rec.pa_request_id)|| '-'|| l_proc, 22);

Line 969: l_noa_cancel_or_correct := ghr_history_api.g_cancel;

965: --
966: if l_pa_req_rec.first_noa_code = '002' then
967: l_noa_cancel_or_correct := ghr_history_api.g_correct;
968: else
969: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
970: end if;
971: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_pa_req_rec.pa_request_id)|| '-'|| l_proc, 22);
972: hr_utility.set_location('Updating SF52 - OVN '||to_char(p_par_object_version_number)|| '-'|| l_proc, 25);
973: hr_utility.set_location(l_proc || 'Which NOA and Action ' || to_char(p_which_noa) || ' '|| p_which_action, 35);

Line 1655: l_noa_cancel_or_correct := ghr_history_api.g_correct;

1651: --
1652: hr_utility.set_location('Created SF52 Shadow ' || l_proc, 22);
1653: --
1654: if l_pa_req_rec.first_noa_code = '002' then
1655: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1656: else
1657: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1658: end if;
1659: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_last_pa_request_rec.pa_request_id)|| '-'|| l_proc, 22);

Line 1657: l_noa_cancel_or_correct := ghr_history_api.g_cancel;

1653: --
1654: if l_pa_req_rec.first_noa_code = '002' then
1655: l_noa_cancel_or_correct := ghr_history_api.g_correct;
1656: else
1657: l_noa_cancel_or_correct := ghr_history_api.g_cancel;
1658: end if;
1659: hr_utility.set_location('Created SF52 - Pa REQUEST ID '||to_char(l_last_pa_request_rec.pa_request_id)|| '-'|| l_proc, 22);
1660: hr_utility.set_location(l_proc || ' Last rows object version # ' || to_char(l_last_pa_request_rec.object_version_number), 20);
1661: hr_utility.set_location('Updating SF52 - OVN '||to_char(l_last_pa_request_rec.object_version_number)|| '-'|| l_proc, 25);