DBA Data[Home] [Help]

APPS.BEN_PERSON_CHANGE_CS_LER_API dependencies on HR_UTILITY

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

67: l_object_version_number ben_per_info_chg_cs_ler_f.object_version_number%TYPE;
68: --
69: begin
70: --
71: hr_utility.set_location('Entering:'|| l_proc, 10);
72: --
73: -- Issue a savepoint if operating in validation only mode
74: --
75: savepoint create_Person_Change_Cs_Ler;

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

73: -- Issue a savepoint if operating in validation only mode
74: --
75: savepoint create_Person_Change_Cs_Ler;
76: --
77: hr_utility.set_location(l_proc, 20);
78: --
79: -- Process Logic
80: --
81: begin

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

249: -- End of API User Hook for the after hook of create_Person_Change_Cs_Ler
250: --
251: end;
252: --
253: hr_utility.set_location(l_proc, 60);
254: --
255: -- When in validation only mode raise the Validate_Enabled exception
256: --
257: if p_validate then

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

264: p_effective_start_date := l_effective_start_date;
265: p_effective_end_date := l_effective_end_date;
266: p_object_version_number := l_object_version_number;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 70);
269: --
270: exception
271: --
272: when hr_api.validate_enabled then

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

283: p_per_info_chg_cs_ler_id := null;
284: p_effective_start_date := null;
285: p_effective_end_date := null;
286: p_object_version_number := null;
287: hr_utility.set_location(' Leaving:'||l_proc, 80);
288: --
289: when others then
290: --
291: -- A validation or unexpected error has occured

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

360: l_effective_end_date ben_per_info_chg_cs_ler_f.effective_end_date%TYPE;
361: --
362: begin
363: --
364: hr_utility.set_location('Entering:'|| l_proc, 10);
365: --
366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_Person_Change_Cs_Ler;

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

366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_Person_Change_Cs_Ler;
369: --
370: hr_utility.set_location(l_proc, 20);
371: --
372: -- Process Logic
373: --
374: l_object_version_number := p_object_version_number;

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

548: -- End of API User Hook for the after hook of update_Person_Change_Cs_Ler
549: --
550: end;
551: --
552: hr_utility.set_location(l_proc, 60);
553: --
554: -- When in validation only mode raise the Validate_Enabled exception
555: --
556: if p_validate then

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

562: p_object_version_number := l_object_version_number;
563: p_effective_start_date := l_effective_start_date;
564: p_effective_end_date := l_effective_end_date;
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 70);
567: --
568: exception
569: --
570: when hr_api.validate_enabled then

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

579: -- when validation only mode is being used.)
580: --
581: p_effective_start_date := null;
582: p_effective_end_date := null;
583: hr_utility.set_location(' Leaving:'||l_proc, 80);
584: --
585: when others then
586: --
587: -- A validation or unexpected error has occured

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

614: l_effective_end_date ben_per_info_chg_cs_ler_f.effective_end_date%TYPE;
615: --
616: begin
617: --
618: hr_utility.set_location('Entering:'|| l_proc, 10);
619: --
620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_Person_Change_Cs_Ler;

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

620: -- Issue a savepoint if operating in validation only mode
621: --
622: savepoint delete_Person_Change_Cs_Ler;
623: --
624: hr_utility.set_location(l_proc, 20);
625: --
626: -- Process Logic
627: --
628: l_object_version_number := p_object_version_number;

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

683: -- End of API User Hook for the after hook of delete_Person_Change_Cs_Ler
684: --
685: end;
686: --
687: hr_utility.set_location(l_proc, 60);
688: --
689: -- When in validation only mode raise the Validate_Enabled exception
690: --
691: if p_validate then

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

691: if p_validate then
692: raise hr_api.validate_enabled;
693: end if;
694: --
695: hr_utility.set_location(' Leaving:'||l_proc, 70);
696: --
697: exception
698: --
699: when hr_api.validate_enabled then

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

743: l_validation_end_date date;
744: --
745: begin
746: --
747: hr_utility.set_location('Entering:'|| l_proc, 10);
748: --
749: ben_psl_shd.lck
750: (
751: p_per_info_chg_cs_ler_id => p_per_info_chg_cs_ler_id

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

755: ,p_effective_date => p_effective_date
756: ,p_datetrack_mode => p_datetrack_mode
757: );
758: --
759: hr_utility.set_location(' Leaving:'||l_proc, 70);
760: --
761: end lck;
762: --
763: end ben_Person_Change_Cs_Ler_api;