DBA Data[Home] [Help]

APPS.PQH_FR_VALIDATION_EVENTS_API dependencies on HR_UTILITY

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

29: l_validation_event_id PQH_FR_VALIDATION_EVENTS.VALIDATION_EVENT_ID%TYPE;
30:
31:
32: begin
33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint Insert_Validation_event;

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

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

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

124: -- Only set output warning arguments
125: -- (Any key or derived arguments must be set to null
126: -- when validation only mode is being used.)
127: --
128: hr_utility.set_location(' Leaving:'||l_proc, 80);
129:
130: when others then
131: p_validation_event_id := null;
132: p_object_version_number := null;

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

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

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

158: l_object_Version_Number PQH_FR_VALIDATION_EVENTS.OBJECT_VERSION_NUMBER%TYPE := P_Object_version_Number;
159: L_Effective_Date Date;
160:
161: Begin
162: hr_utility.set_location('Entering:'|| l_proc, 10);
163: --
164: -- Issue a savepoint
165: --
166: savepoint Update_Validation_event;

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

239:
240: p_object_version_number := l_object_version_number;
241:
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 70);
244: exception
245: when hr_api.validate_enabled then
246: --
247: -- As the Validate_Enabled exception has been raised

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

252: -- Only set output warning arguments
253: -- (Any key or derived arguments must be set to null
254: -- when validation only mode is being used.)
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 80);
257:
258: when others then
259: p_object_version_number := l_object_version_number;
260: --

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

260: --
261: -- A validation or unexpected error has occured
262: --
263: rollback to Update_Validation_event;
264: hr_utility.set_location(' Leaving:'||l_proc, 90);
265: raise;
266: end Update_Validation_event;
267:
268: --

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

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

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

330: -- end if;
331: --
332: -- Set all output arguments
333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 70);
335: exception
336: when hr_api.validate_enabled then
337: --
338: -- As the Validate_Enabled exception has been raised

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

343: -- Only set output warning arguments
344: -- (Any key or derived arguments must be set to null
345: -- when validation only mode is being used.)
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 80);
348: when others then
349: --
350: -- A validation or unexpected error has occured
351: --

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

349: --
350: -- A validation or unexpected error has occured
351: --
352: rollback to delete_Validation_event;
353: hr_utility.set_location(' Leaving:'||l_proc, 90);
354: raise;
355: end delete_Validation_event;
356:
357: end PQH_FR_VALIDATION_EVENTS_API;