DBA Data[Home] [Help]

APPS.BEN_ELIG_PYRL_PRTE_API dependencies on HR_UTILITY

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

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

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

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

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

250: p_base_table_reference_column => 'ELIG_PYRL_FLAG',
251: p_reference_table => 'BEN_ELIG_PYRL_PRTE_F',
252: p_reference_table_column => 'ELIGY_PRFL_ID');
253: --
254: hr_utility.set_location(l_proc, 60);
255: --
256: -- When in validation only mode raise the Validate_Enabled exception
257: --
258: if p_validate then

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

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

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

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

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

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

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

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

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

544: -- End of API User Hook for the after hook of update_ELIG_PYRL_PRTE
545: --
546: end;
547: --
548: hr_utility.set_location(l_proc, 60);
549: --
550: -- When in validation only mode raise the Validate_Enabled exception
551: --
552: if p_validate then

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

558: p_object_version_number := l_object_version_number;
559: p_effective_start_date := l_effective_start_date;
560: p_effective_end_date := l_effective_end_date;
561: --
562: hr_utility.set_location(' Leaving:'||l_proc, 70);
563: --
564: exception
565: --
566: when hr_api.validate_enabled then

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

576: --
577: p_effective_start_date := null;
578: p_effective_end_date := null;
579:
580: hr_utility.set_location(' Leaving:'||l_proc, 80);
581: --
582: when others then
583: --
584: -- A validation or unexpected error has occured

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

614: l_effective_end_date ben_elig_pyrl_prte_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_ELIG_PYRL_PRTE;

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

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

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

692: p_base_table_reference_column => 'ELIG_PYRL_FLAG',
693: p_reference_table => 'BEN_ELIG_PYRL_PRTE_F',
694: p_reference_table_column => 'ELIGY_PRFL_ID');
695: --
696: hr_utility.set_location(l_proc, 60);
697: --
698: -- When in validation only mode raise the Validate_Enabled exception
699: --
700: if p_validate then

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

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

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

756: l_validation_end_date date;
757: --
758: begin
759: --
760: hr_utility.set_location('Entering:'|| l_proc, 10);
761: --
762: ben_epy_shd.lck
763: (
764: p_elig_pyrl_prte_id => p_elig_pyrl_prte_id

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

768: ,p_effective_date => p_effective_date
769: ,p_datetrack_mode => p_datetrack_mode
770: );
771: --
772: hr_utility.set_location(' Leaving:'||l_proc, 70);
773: --
774: end lck;
775: --
776: end ben_ELIG_PYRL_PRTE_api;