DBA Data[Home] [Help]

APPS.HR_QUESTIONNAIRE_API dependencies on HR_UTILITY

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

26: l_effective_date date;
27: l_proc varchar2(72) := g_package||'create_questionnaire';
28: l_object_version_number number;
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_questionnaire;

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

112: -- Set all IN OUT and OUT parameters with out values
113: --
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 131: hr_utility.set_location(' Leaving:'||l_proc, 80);

127: -- when validation only mode is being used.)
128: --
129: p_object_version_number := null;
130: p_questionnaire_template_id :=null;
131: hr_utility.set_location(' Leaving:'||l_proc, 80);
132: when others then
133: --
134: -- A validation or unexpected error has occured
135: --

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

139: -- OUT parameters, including warnings, to null
140: --
141: p_object_version_number := null;
142: p_questionnaire_template_id := null;
143: hr_utility.set_location(' Leaving:'||l_proc, 90);
144: raise;
145: end create_questionnaire;
146: --
147: -- ----------------------------------------------------------------------------

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

165: l_effective_date date;
166: l_object_version_number number;
167: l_proc varchar2(72) := g_package||'update_questionnaire';
168: begin
169: hr_utility.set_location('Entering:'|| l_proc, 10);
170: --
171: -- Issue a savepoint
172: --
173: savepoint update_questionnaire;

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

250: end if;
251: --
252: -- Set all IN OUT and OUT parameters with out values
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 70);
255: exception
256: when hr_api.validate_enabled then
257: --
258: -- As the Validate_Enabled exception has been raised

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

265: -- when validation only mode is being used.)
266: --
267: p_object_version_number:=l_object_version_number;
268:
269: hr_utility.set_location(' Leaving:'||l_proc, 80);
270: when others then
271: --
272: -- A validation or unexpected error has occured
273: --

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

277: -- OUT parameters, including warnings, to null
278: --
279: p_object_version_number:=l_object_version_number;
280:
281: hr_utility.set_location(' Leaving:'||l_proc, 90);
282: raise;
283: end update_questionnaire;
284:
285: --

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

307:
308: l_effective_date date;
309: l_proc varchar2(72) := g_package||'delete_questionnaire';
310: begin
311: hr_utility.set_location('Entering:'|| l_proc, 10);
312: --
313: -- Issue a savepoint
314: --
315: savepoint delete_questionnaire;

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

405: --
406: -- Set all IN OUT and OUT parameters with out values
407: --
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 70);
410: exception
411: when hr_api.validate_enabled then
412: --
413: -- As the Validate_Enabled exception has been raised

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

418: -- Reset IN OUT parameters and set OUT parameters
419: -- (Any key or derived arguments must be set to null
420: -- when validation only mode is being used.)
421: --
422: hr_utility.set_location(' Leaving:'||l_proc, 80);
423: when others then
424: --
425: -- A validation or unexpected error has occured
426: --

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

429: -- Reset IN OUT parameters and set all
430: -- OUT parameters, including warnings, to null
431: --
432:
433: hr_utility.set_location(' Leaving:'||l_proc, 90);
434: raise;
435: end delete_questionnaire;
436:
437: end hr_questionnaire_api;