DBA Data[Home] [Help]

APPS.OTA_CHAT_OBJ_INCLUSION_API dependencies on HR_UTILITY

Line 31: hr_utility.set_location('Entering:'|| l_proc, 10);

27: l_object_version_number number;
28: l_effective_date date;
29: l_end_date date;
30: begin
31: hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint CREATE_CHAT_OBJ_INCLUSION;

Line 116: hr_utility.set_location(' Leaving:'||l_proc, 70);

112: --
113: p_object_version_number := l_object_version_number;
114:
115:
116: hr_utility.set_location(' Leaving:'||l_proc, 70);
117: exception
118: when hr_api.validate_enabled then
119: --
120: -- As the Validate_Enabled exception has been raised

Line 130: hr_utility.set_location(' Leaving:'||l_proc, 80);

126: -- (Any key or derived arguments must be set to null
127: -- when validation only mode is being used.)
128: --
129: p_object_version_number := null;
130: hr_utility.set_location(' Leaving:'||l_proc, 80);
131: when others then
132: --
133: -- A validation or unexpected error has occured
134: --

Line 137: hr_utility.set_location(' Leaving:'||l_proc, 90);

133: -- A validation or unexpected error has occured
134: --
135: rollback to CREATE_CHAT_OBJ_INCLUSION;
136: p_object_version_number := null;
137: hr_utility.set_location(' Leaving:'||l_proc, 90);
138: raise;
139: end create_chat_obj_inclusion;
140:
141: -- ----------------------------------------------------------------------------

Line 164: hr_utility.set_location('Entering:'|| l_proc, 10);

160: l_object_version_number number := p_object_version_number;
161: l_effective_date date;
162: l_end_date date;
163: begin
164: hr_utility.set_location('Entering:'|| l_proc, 10);
165: --
166: -- Issue a savepoint
167: --
168: savepoint UPDATE_CHAT_OBJ_INCLUSION;

Line 246: hr_utility.set_location(' Leaving:'||l_proc, 70);

242: end if;
243: --
244: -- Set all output arguments
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 70);
247: exception
248: when hr_api.validate_enabled then
249: --
250: -- As the Validate_Enabled exception has been raised

Line 260: hr_utility.set_location(' Leaving:'||l_proc, 80);

256: -- (Any key or derived arguments must be set to null
257: -- when validation only mode is being used.)
258: --
259: p_object_version_number := null;
260: hr_utility.set_location(' Leaving:'||l_proc, 80);
261: when others then
262: --
263: -- A validation or unexpected error has occured
264: --

Line 267: hr_utility.set_location(' Leaving:'||l_proc, 90);

263: -- A validation or unexpected error has occured
264: --
265: rollback to UPDATE_CHAT_OBJ_INCLUSION;
266: p_object_version_number := l_object_version_number;
267: hr_utility.set_location(' Leaving:'||l_proc, 90);
268: raise;
269: end update_chat_obj_inclusion;
270:
271: -- ----------------------------------------------------------------------------

Line 290: hr_utility.set_location('Entering:'|| l_proc, 10);

286: l_object_version_id number;
287: --
288: --
289: begin
290: hr_utility.set_location('Entering:'|| l_proc, 10);
291: --
292: -- Issue a savepoint
293: --
294: savepoint DELETE_CHAT_OBJ_INCLUSION;

Line 357: hr_utility.set_location(' Leaving:'||l_proc, 170);

353: --
354: -- Set all output arguments
355: --
356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 170);
358: exception
359: when hr_api.validate_enabled then
360: --
361: -- As the Validate_Enabled exception has been raised

Line 370: hr_utility.set_location(' Leaving:'||l_proc, 180);

366: -- Only set output warning arguments
367: -- (Any key or derived arguments must be set to null
368: -- when validation only mode is being used.)
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 180);
371: when others then
372: --
373: -- A validation or unexpected error has occured
374: --

Line 376: hr_utility.set_location(' Leaving:'||l_proc, 190);

372: --
373: -- A validation or unexpected error has occured
374: --
375: rollback to DELETE_CHAT_OBJ_INCLUSION;
376: hr_utility.set_location(' Leaving:'||l_proc, 190);
377: raise;
378: end delete_chat_obj_inclusion;
379: --
380: end ota_chat_obj_inclusion_api;