DBA Data[Home] [Help]

APPS.HR_AHC_UPD dependencies on HR_API_HOOK_CALLS

Line 67: -- Update the hr_api_hook_calls Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: hr_ahc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_api_hook_calls Row
68: --
69: update hr_api_hook_calls
70: set
71: api_hook_call_id = p_rec.api_hook_call_id,

Line 69: update hr_api_hook_calls

65: hr_ahc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_api_hook_calls Row
68: --
69: update hr_api_hook_calls
70: set
71: api_hook_call_id = p_rec.api_hook_call_id,
72: api_hook_id = p_rec.api_hook_id,
73: api_hook_call_type = p_rec.api_hook_call_type,