DBA Data[Home] [Help]

APPS.PAY_EVENT_PROCEDURES_API dependencies on HR_UTILITY

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

28: l_object_version_number number;
29: l_event_procedure_id number;
30: --
31: begin
32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: savepoint CREATE_EVENT_PROC;
35: --
36: hr_utility.set_location(l_proc, 20);

Line 36: hr_utility.set_location(l_proc, 20);

32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: savepoint CREATE_EVENT_PROC;
35: --
36: hr_utility.set_location(l_proc, 20);
37: --
38: -- Start of API User Hook for the before hook of create_dateteacked_event.
39: --
40: begin

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

114: --
115: p_event_procedure_id := null;
116: p_object_version_number := null;
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 80);
119: when others then
120: --
121: -- A validation or unexpected error has occured
122: --

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

127: --
128: p_event_procedure_id := null;
129: p_object_version_number := null;
130:
131: hr_utility.set_location(' Leaving:'||l_proc, 90);
132: raise;
133: --
134: end create_event_proc;
135: --

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

160: l_copy_ov_number number;
161: --
162: begin
163: --
164: hr_utility.set_location('Entering:'|| l_proc, 10);
165: --
166: l_copy_ov_number := p_object_version_number;
167: --
168: savepoint UPDATE_EVENT_PROC;

Line 201: hr_utility.set_location('Entering:'|| l_proc, 20);

197: ,p_business_group_id => p_business_group_id
198: ,p_legislation_code => p_legislation_code
199: ,p_column_name => p_column_name
200: );
201: hr_utility.set_location('Entering:'|| l_proc, 20);
202: --
203: -- Start of API User Hook for the after hook of update_EVENT_PROC.
204: --
205: begin

Line 249: hr_utility.set_location(' Leaving:'||l_proc, 40);

245: -- when validation only mode is being used.)
246: --
247: p_object_version_number := l_object_version_number;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 40);
250: when others then
251: --
252: -- A validation or unexpected error has occured
253: --

Line 261: hr_utility.set_location(' Leaving:'||l_proc, 50);

257: -- OUT parameters, including warnings, to null
258: --
259: p_object_version_number := l_object_version_number;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 50);
262: raise;
263: --
264: end update_event_proc;
265: --

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

282: l_proc varchar2(72) := g_package||'delete_event_proc';
283: l_object_version_number number;
284: --
285: begin
286: hr_utility.set_location('Entering:'|| l_proc, 10);
287: --
288: savepoint DELETE_EVENT_PROC;
289: --
290: l_object_version_number:= p_object_version_number;

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

309: (
310: p_event_procedure_id => p_event_procedure_id
311: ,p_object_version_number => l_object_version_number
312: );
313: hr_utility.set_location(' Leaving:'||l_proc, 70);
314: --
315: --
316: -- Start of API User Hook for the after hook of DELETE_EVENT_PROC.
317: --

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

353: -- when validation only mode is being used.)
354: --
355: p_object_version_number := l_object_version_number;
356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 40);
358: when others then
359: --
360: -- A validation or unexpected error has occured
361: --

Line 369: hr_utility.set_location(' Leaving:'||l_proc, 50);

365: -- OUT parameters, including warnings, to null
366: --
367: p_object_version_number := l_object_version_number;
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 50);
370: raise;
371: --
372: end delete_event_proc;
373: --