DBA Data[Home] [Help]

APPS.BEN_PL_EXTRACT_ID_API dependencies on HR_UTILITY

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

41: l_object_version_number ben_pl_extract_identifier_f.object_version_number%TYPE;
42: --
43: begin
44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Issue a savepoint if operating in validation only mode
48: --
49: savepoint create_pl_extract_id;

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

47: -- Issue a savepoint if operating in validation only mode
48: --
49: savepoint create_pl_extract_id;
50: --
51: hr_utility.set_location(l_proc, 20);
52: --
53: -- Process Logic
54: --
55: begin

Line 146: hr_utility.set_location(l_proc, 60);

142: -- End of API User Hook for the after hook of create_pl_extract_id
143: --
144: end;
145: --
146: hr_utility.set_location(l_proc, 60);
147: --
148: -- When in validation only mode raise the Validate_Enabled exception
149: --
150: if p_validate then

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

157: p_effective_start_date := l_effective_start_date;
158: p_effective_end_date := l_effective_end_date;
159: p_object_version_number := l_object_version_number;
160: --
161: hr_utility.set_location(' Leaving:'||l_proc, 70);
162: --
163: exception
164: --
165: when hr_api.validate_enabled then

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

176: p_pl_extract_identifier_id := null;
177: p_effective_start_date := null;
178: p_effective_end_date := null;
179: p_object_version_number := null;
180: hr_utility.set_location(' Leaving:'||l_proc, 80);
181: --
182: when others then
183: --
184: -- A validation or unexpected error has occured

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

227: l_effective_end_date ben_pl_extract_identifier_f.effective_end_date%TYPE;
228: --
229: begin
230: --
231: hr_utility.set_location('Entering:'|| l_proc, 10);
232: --
233: -- Issue a savepoint if operating in validation only mode
234: --
235: savepoint update_pl_extract_id;

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

233: -- Issue a savepoint if operating in validation only mode
234: --
235: savepoint update_pl_extract_id;
236: --
237: hr_utility.set_location(l_proc, 20);
238: --
239: -- Process Logic
240: --
241: l_object_version_number := p_object_version_number;

Line 339: hr_utility.set_location(l_proc, 60);

335: -- End of API User Hook for the after hook of update_pl_extract_id
336: --
337: end;
338: --
339: hr_utility.set_location(l_proc, 60);
340: --
341: -- When in validation only mode raise the Validate_Enabled exception
342: --
343: if p_validate then

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

349: p_object_version_number := l_object_version_number;
350: p_effective_start_date := l_effective_start_date;
351: p_effective_end_date := l_effective_end_date;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 70);
354: --
355: exception
356: --
357: when hr_api.validate_enabled then

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

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

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

400: l_effective_end_date ben_pl_extract_identifier_f.effective_end_date%TYPE;
401: --
402: begin
403: --
404: hr_utility.set_location('Entering:'|| l_proc, 10);
405: --
406: -- Issue a savepoint if operating in validation only mode
407: --
408: savepoint delete_pl_extract_id;

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

406: -- Issue a savepoint if operating in validation only mode
407: --
408: savepoint delete_pl_extract_id;
409: --
410: hr_utility.set_location(l_proc, 20);
411: --
412: -- Process Logic
413: --
414: l_object_version_number := p_object_version_number;

Line 472: hr_utility.set_location(l_proc, 60);

468: -- End of API User Hook for the after hook of delete_pl_extract_id
469: --
470: end;
471: --
472: hr_utility.set_location(l_proc, 60);
473: --
474: -- When in validation only mode raise the Validate_Enabled exception
475: --
476: if p_validate then

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

476: if p_validate then
477: raise hr_api.validate_enabled;
478: end if;
479: --
480: hr_utility.set_location(' Leaving:'||l_proc, 70);
481: --
482: exception
483: --
484: when hr_api.validate_enabled then

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

529: l_validation_end_date date;
530: --
531: begin
532: --
533: hr_utility.set_location('Entering:'|| l_proc, 10);
534: --
535: ben_pei_shd.lck
536: (p_pl_extract_identifier_id => p_pl_extract_identifier_id
537: ,p_validation_start_date => l_validation_start_date

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

540: ,p_effective_date => p_effective_date
541: ,p_datetrack_mode => p_datetrack_mode
542: );
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 70);
545: --
546: end lck;
547: --
548: end ben_pl_extract_id_api;