DBA Data[Home] [Help]

APPS.OTA_CHAT_MESSAGE_API dependencies on HR_API

Line 58: when hr_api.cannot_find_prog_unit then

54: ,p_target_contact_id => p_target_contact_id
55: ,p_object_version_number => p_object_version_number
56: );
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (p_module_name => 'CREATE_CHAT_MESSAGE'
61: ,p_hook_type => 'BP'
62: );

Line 59: hr_api.cannot_find_prog_unit_error

55: ,p_object_version_number => p_object_version_number
56: );
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (p_module_name => 'CREATE_CHAT_MESSAGE'
61: ,p_hook_type => 'BP'
62: );
63: end;

Line 104: when hr_api.cannot_find_prog_unit then

100: ,p_chat_message_id => p_chat_message_id
101: ,p_object_version_number => p_object_version_number
102: );
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'CREATE_CHAT_MESSAGE'
107: ,p_hook_type => 'AP'
108: );

Line 105: hr_api.cannot_find_prog_unit_error

101: ,p_object_version_number => p_object_version_number
102: );
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'CREATE_CHAT_MESSAGE'
107: ,p_hook_type => 'AP'
108: );
109: end;

Line 115: raise hr_api.validate_enabled;

111: --
112: -- When in validation only mode raise the Validate_Enabled exception
113: --
114: if p_validate then
115: raise hr_api.validate_enabled;
116: end if;
117: --
118: -- Set all output arguments
119: --

Line 126: when hr_api.validate_enabled then

122:
123:
124: hr_utility.set_location(' Leaving:'||l_proc, 70);
125: exception
126: when hr_api.validate_enabled then
127: --
128: -- As the Validate_Enabled exception has been raised
129: -- we must rollback to the savepoint
130: --

Line 202: when hr_api.cannot_find_prog_unit then

198: ,p_chat_message_id => p_chat_message_id
199: ,p_object_version_number => l_object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'UPDATE_CHAT_MESSAGE'
205: ,p_hook_type => 'BP'
206: );

Line 203: hr_api.cannot_find_prog_unit_error

199: ,p_object_version_number => l_object_version_number
200: );
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'UPDATE_CHAT_MESSAGE'
205: ,p_hook_type => 'BP'
206: );
207: end;

Line 248: when hr_api.cannot_find_prog_unit then

244: ,p_chat_message_id => p_chat_message_id
245: ,p_object_version_number => l_object_version_number
246: );
247: exception
248: when hr_api.cannot_find_prog_unit then
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'UPDATE_CHAT_MESSAGE'
251: ,p_hook_type => 'AP'
252: );

Line 249: hr_api.cannot_find_prog_unit_error

245: ,p_object_version_number => l_object_version_number
246: );
247: exception
248: when hr_api.cannot_find_prog_unit then
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'UPDATE_CHAT_MESSAGE'
251: ,p_hook_type => 'AP'
252: );
253: end;

Line 259: raise hr_api.validate_enabled;

255: --
256: -- When in validation only mode raise the Validate_Enabled exception
257: --
258: if p_validate then
259: raise hr_api.validate_enabled;
260: end if;
261: --
262: -- Set all output arguments
263: --

Line 266: when hr_api.validate_enabled then

262: -- Set all output arguments
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 70);
265: exception
266: when hr_api.validate_enabled then
267: --
268: -- As the Validate_Enabled exception has been raised
269: -- we must rollback to the savepoint
270: --

Line 323: when hr_api.cannot_find_prog_unit then

319: (p_chat_message_id => p_chat_message_id
320: ,p_object_version_number => p_object_version_number
321: );
322: exception
323: when hr_api.cannot_find_prog_unit then
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'DELETE_CHAT_MESSAGE'
326: ,p_hook_type => 'BP'
327: );

Line 324: hr_api.cannot_find_prog_unit_error

320: ,p_object_version_number => p_object_version_number
321: );
322: exception
323: when hr_api.cannot_find_prog_unit then
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'DELETE_CHAT_MESSAGE'
326: ,p_hook_type => 'BP'
327: );
328: end;

Line 350: when hr_api.cannot_find_prog_unit then

346: (p_chat_message_id => p_chat_message_id
347: ,p_object_version_number => p_object_version_number
348: );
349: exception
350: when hr_api.cannot_find_prog_unit then
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'DELETE_CHAT_MESSAGE'
353: ,p_hook_type => 'BP'
354: );

Line 351: hr_api.cannot_find_prog_unit_error

347: ,p_object_version_number => p_object_version_number
348: );
349: exception
350: when hr_api.cannot_find_prog_unit then
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'DELETE_CHAT_MESSAGE'
353: ,p_hook_type => 'BP'
354: );
355: end;

Line 360: raise hr_api.validate_enabled;

356: --
357: -- When in validation only mode raise the Validate_Enabled exception
358: --
359: if p_validate then
360: raise hr_api.validate_enabled;
361: end if;
362: --
363: -- Set all output arguments
364: --

Line 368: when hr_api.validate_enabled then

364: --
365: --
366: hr_utility.set_location(' Leaving:'||l_proc, 170);
367: exception
368: when hr_api.validate_enabled then
369: --
370: -- As the Validate_Enabled exception has been raised
371: -- we must rollback to the savepoint
372: --