DBA Data[Home] [Help]

APPS.HR_QUEST_ANS_VAL_API dependencies on HR_UTILITY

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

23: --
24: -- l_effective_date date;
25: l_proc varchar2(72) := g_package||'insert_quest_answer_val';
26: begin
27: hr_utility.set_location('Entering:'|| l_proc, 10);
28: --
29: -- Issue a savepoint
30: --
31: savepoint insert_quest_answer_val;

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

104: --
105: -- Set all IN OUT and OUT parameters with out values
106: --
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 70);
109: exception
110: when hr_api.validate_enabled then
111: --
112: -- As the Validate_Enabled exception has been raised

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

120: --
121: p_object_version_number := null;
122: p_quest_answer_val_id := null;
123:
124: hr_utility.set_location(' Leaving:'||l_proc, 80);
125: when others then
126: --
127: -- A validation or unexpected error has occured
128: --

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

133: --
134: p_object_version_number := null;
135: p_quest_answer_val_id := null;
136:
137: hr_utility.set_location(' Leaving:'||l_proc, 90);
138: raise;
139: end insert_quest_answer_val;
140: --
141:

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

156: --
157: l_object_version_number number;
158: l_proc varchar2(72) := g_package||'update_quest_answer_val';
159: begin
160: hr_utility.set_location('Entering:'|| l_proc, 10);
161: --
162: -- Issue a savepoint
163: --
164: savepoint update_quest_answer_val;

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

229: --
230: -- Set all IN OUT and OUT parameters with out values
231: --
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 70);
234: exception
235: when hr_api.validate_enabled then
236: --
237: -- As the Validate_Enabled exception has been raised

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

242: -- Reset IN OUT parameters and set OUT parameters
243: -- (Any key or derived arguments must be set to null
244: -- when validation only mode is being used.)
245: p_object_version_number:=l_object_version_number;
246: hr_utility.set_location(' Leaving:'||l_proc, 80);
247: when others then
248: --
249: -- A validation or unexpected error has occured
250: --

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

253: -- Reset IN OUT parameters and set all
254: -- OUT parameters, including warnings, to null
255: --
256: p_object_version_number:=l_object_version_number;
257: hr_utility.set_location(' Leaving:'||l_proc, 90);
258: raise;
259: end update_quest_answer_val;
260:
261:

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

277: --
278: l_proc varchar2(72) := g_package||'delete_quest_answer_val';
279:
280: begin
281: hr_utility.set_location('Entering:'|| l_proc, 10);
282: --
283: -- Issue a savepoint
284: --
285: savepoint delete_quest_answer_val;

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

343: --
344: -- Set all IN OUT and OUT parameters with out values
345: --
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 70);
348: exception
349: when hr_api.validate_enabled then
350: --
351: -- As the Validate_Enabled exception has been raised

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

356: -- Reset IN OUT parameters and set OUT parameters
357: -- (Any key or derived arguments must be set to null
358: -- when validation only mode is being used.)
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 80);
361: when others then
362: --
363: -- A validation or unexpected error has occured
364: --

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

366: --
367: -- Reset IN OUT parameters and set all
368: -- OUT parameters, including warnings, to null
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 90);
371: raise;
372: end delete_quest_answer_val;
373:
374: end hr_quest_ans_val_api;