DBA Data[Home] [Help]

APPS.GHR_PDH_API dependencies on HR_API

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

47: l_action_taken := cur_routing_history.action_taken;
48: exit;
49: end loop;
50:
51: -- if nvl(l_action_taken,hr_api.g_varchar2) = hr_api.g_varchar2 then
52: ghr_pdh_upd.upd
53: (p_pd_routing_history_id => l_pdh_pd_routing_history_id
54: ,p_date_notification_sent => p_date_notification_sent
55: ,p_object_version_number => l_pdh_object_version_number

Line 64: raise hr_api.validate_enabled;

60: -- hr_utility.raise_error;
61: -- end if;
62:
63: if p_validate then
64: raise hr_api.validate_enabled;
65: end if;
66:
67: -- Set all output arguments
68: --

Line 71: when hr_api.validate_enabled then

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