DBA Data[Home] [Help]

APPS.GHR_PRH_API dependencies on HR_API

Line 47: -- if nvl(l_action_taken,hr_api.g_varchar2) = hr_api.g_varchar2 then

43: l_action_taken := cur_routing_history.action_taken;
44: exit;
45: end loop;
46:
47: -- if nvl(l_action_taken,hr_api.g_varchar2) = hr_api.g_varchar2 then
48: ghr_prh_upd.upd
49: (p_pa_routing_history_id => l_prh_pa_routing_history_id
50: ,p_date_notification_sent => p_date_notification_sent
51: ,p_object_version_number => l_prh_object_version_number

Line 60: raise hr_api.validate_enabled;

56: -- hr_utility.raise_error;
57: -- end if;
58:
59: if p_validate then
60: raise hr_api.validate_enabled;
61: end if;
62:
63: -- Set all output arguments
64: --

Line 67: when hr_api.validate_enabled then

63: -- Set all output arguments
64: --
65: hr_utility.set_location(' Leaving:'||l_proc, 11);
66: exception
67: when hr_api.validate_enabled then
68: --
69: -- As the Validate_Enabled exception has been raised
70: -- we must rollback to the savepoint
71: --