DBA Data[Home] [Help]

APPS.BEN_RLTD_PER_CHG_CS_LER_API dependencies on HR_UTILITY

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

67: l_object_version_number ben_rltd_per_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_Rltd_Per_Chg_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_Rltd_Per_Chg_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_Rltd_Per_Chg_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_rltd_per_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 367: hr_utility.set_location('Entering:'|| l_proc, 10);

363: l_effective_end_date ben_rltd_per_chg_cs_ler_f.effective_end_date%TYPE;
364: --
365: begin
366: --
367: hr_utility.set_location('Entering:'|| l_proc, 10);
368: --
369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_Rltd_Per_Chg_Cs_Ler;

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

369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_Rltd_Per_Chg_Cs_Ler;
372: --
373: hr_utility.set_location(l_proc, 20);
374: --
375: -- Process Logic
376: --
377: l_object_version_number := p_object_version_number;

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

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

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

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

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

583: --
584: p_effective_start_date := null;
585: p_effective_end_date := null;
586:
587: hr_utility.set_location(' Leaving:'||l_proc, 80);
588: --
589: when others then
590: --
591: -- A validation or unexpected error has occured

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

621: l_effective_end_date ben_rltd_per_chg_cs_ler_f.effective_end_date%TYPE;
622: --
623: begin
624: --
625: hr_utility.set_location('Entering:'|| l_proc, 10);
626: --
627: -- Issue a savepoint if operating in validation only mode
628: --
629: savepoint delete_Rltd_Per_Chg_Cs_Ler;

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

627: -- Issue a savepoint if operating in validation only mode
628: --
629: savepoint delete_Rltd_Per_Chg_Cs_Ler;
630: --
631: hr_utility.set_location(l_proc, 20);
632: --
633: -- Process Logic
634: --
635: l_object_version_number := p_object_version_number;

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

690: -- End of API User Hook for the after hook of delete_Rltd_Per_Chg_Cs_Ler
691: --
692: end;
693: --
694: hr_utility.set_location(l_proc, 60);
695: --
696: -- When in validation only mode raise the Validate_Enabled exception
697: --
698: if p_validate then

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

698: if p_validate then
699: raise hr_api.validate_enabled;
700: end if;
701: --
702: hr_utility.set_location(' Leaving:'||l_proc, 70);
703: --
704: exception
705: --
706: when hr_api.validate_enabled then

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

753: l_validation_end_date date;
754: --
755: begin
756: --
757: hr_utility.set_location('Entering:'|| l_proc, 10);
758: --
759: ben_rcl_shd.lck
760: (
761: p_rltd_per_chg_cs_ler_id => p_rltd_per_chg_cs_ler_id

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

765: ,p_effective_date => p_effective_date
766: ,p_datetrack_mode => p_datetrack_mode
767: );
768: --
769: hr_utility.set_location(' Leaving:'||l_proc, 70);
770: --
771: end lck;
772: --
773: end ben_Rltd_Per_Chg_Cs_Ler_api;