DBA Data[Home] [Help]

APPS.HR_SALARY_BASIS_API dependencies on HR_UTILITY

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

84: l_grade_annualization_factor per_pay_bases.grade_annualization_factor%TYPE;
85: --
86: begin
87: --
88: hr_utility.set_location('Entering:'|| l_proc, 10);
89: --
90: -- Issue a savepoint
91: --
92: savepoint create_salary_basis;

Line 175: hr_utility.set_location(l_proc, 30);

171: --
172: --
173: -- Insert Salary Basis.
174: --
175: hr_utility.set_location(l_proc, 30);
176: --
177: per_ppb_ins.ins
178: (p_input_value_id => p_input_value_id
179: ,p_business_group_id => p_business_group_id

Line 232: hr_utility.set_location(l_proc, 40);

228: ,p_pay_basis_id => l_pay_basis_id
229: ,p_object_version_number => l_object_version_number
230: );
231: --
232: hr_utility.set_location(l_proc, 40);
233: --
234: --
235: --
236: -- Call After Process hook for create_salary_basis

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

312: then
313: raise hr_api.validate_enabled;
314: end if;
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 50);
317: --
318: -- Set OUT parameters
319: --
320: p_pay_basis_id := l_pay_basis_id;

Line 323: hr_utility.set_location(' Leaving:'||l_proc, 60);

319: --
320: p_pay_basis_id := l_pay_basis_id;
321: p_object_version_number := l_object_version_number;
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 60);
324: --
325: exception
326: --
327: when hr_api.validate_enabled then

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

339: p_pay_basis_id := null;
340: p_object_version_number := null;
341:
342: --
343: hr_utility.set_location(' Leaving:'||l_proc, 70);
344: --
345: when others then
346: --
347: -- A validation or unexpected error has occurred

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

347: -- A validation or unexpected error has occurred
348: --
349: ROLLBACK TO create_salary_basis;
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 80);
352: --
353: raise;
354: --
355: end create_salary_basis;

Line 442: hr_utility.set_location('Entering:'|| l_proc, 5);

438: -- Declare cursors
439: --
440: begin
441: --
442: hr_utility.set_location('Entering:'|| l_proc, 5);
443: --
444: -- Issue a savepoint
445: --
446: savepoint update_salary_basis;

Line 448: hr_utility.set_location(l_proc, 10);

444: -- Issue a savepoint
445: --
446: savepoint update_salary_basis;
447: --
448: hr_utility.set_location(l_proc, 10);
449: --
450: -- Validation in addition to Table Handlers
451: --
452: l_object_version_number := p_object_version_number;

Line 457: hr_utility.set_location(l_proc, 15);

453: l_api_updating := per_ppb_shd.api_updating
454: (p_pay_basis_id => p_pay_basis_id
455: ,p_object_version_number => p_object_version_number);
456: --
457: hr_utility.set_location(l_proc, 15);
458: --
459: if not l_api_updating
460: then
461: hr_utility.set_location(l_proc, 20);

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

457: hr_utility.set_location(l_proc, 15);
458: --
459: if not l_api_updating
460: then
461: hr_utility.set_location(l_proc, 20);
462: --
463: -- As this an updating API, the salary basis should already exist.
464: --
465: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

Line 465: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

461: hr_utility.set_location(l_proc, 20);
462: --
463: -- As this an updating API, the salary basis should already exist.
464: --
465: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
466: hr_utility.raise_error;
467:
468: end if;
469: --

Line 466: hr_utility.raise_error;

462: --
463: -- As this an updating API, the salary basis should already exist.
464: --
465: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
466: hr_utility.raise_error;
467:
468: end if;
469: --
470: hr_utility.set_location('Entering: call - update_salary_basis_b',35);

Line 470: hr_utility.set_location('Entering: call - update_salary_basis_b',35);

466: hr_utility.raise_error;
467:
468: end if;
469: --
470: hr_utility.set_location('Entering: call - update_salary_basis_b',35);
471: --
472: --
473: -- Call Before Process User Hook
474: --

Line 545: hr_utility.set_location('Entering:'|| l_proc, 30);

541: ,p_hook_type => 'BP'
542: );
543: end; -- End of API User Hook for the before hook of salary_basis
544: --
545: hr_utility.set_location('Entering:'|| l_proc, 30);
546: --
547: hr_utility.set_location('Entering:'|| l_proc, 36);
548:
549: --

Line 547: hr_utility.set_location('Entering:'|| l_proc, 36);

543: end; -- End of API User Hook for the before hook of salary_basis
544: --
545: hr_utility.set_location('Entering:'|| l_proc, 30);
546: --
547: hr_utility.set_location('Entering:'|| l_proc, 36);
548:
549: --
550: select business_group_id
551: into l_business_group_id

Line 611: hr_utility.set_location('Entering: call - update_salary_basis_a',55);

607: ,p_information20 => p_information20
608: );
609:
610: --
611: hr_utility.set_location('Entering: call - update_salary_basis_a',55);
612: --
613: begin
614: --
615: hr_salary_basis_bk2.update_salary_basis_a

Line 682: hr_utility.set_location(l_proc, 90);

678: ,p_hook_type => 'AP'
679: );
680: end; -- End of API User Hook for the after hook of update_salary_basis
681: --
682: hr_utility.set_location(l_proc, 90);
683: --
684: -- When in validation only mode raise the Validate_Enabled exception
685: --
686: if p_validate

Line 694: hr_utility.set_location(' Leaving:'||l_proc, 100);

690: --
691: p_object_version_number := l_object_version_number;
692:
693: --
694: hr_utility.set_location(' Leaving:'||l_proc, 100);
695: exception
696: when hr_api.validate_enabled then
697: --
698: -- As the Validate_Enabled exception has been raised

Line 715: hr_utility.set_location(' Leaving:'||l_proc, 120);

711: --
712: -- A validation or unexpected error has occured
713: --
714: rollback to update_salary_basis;
715: hr_utility.set_location(' Leaving:'||l_proc, 120);
716: raise;
717: end update_salary_basis;
718: --
719: -- ----------------------------------------------------------------------------

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

727:
728: l_object_version_number number(9);
729: l_proc varchar2(72) := g_package||'delete_salary_basis';
730: begin
731: hr_utility.set_location('Entering:'|| l_proc, 10);
732:
733: --
734: -- Issue a savepoint
735: --

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

784: --
785: --
786: p_object_version_number := l_object_version_number;
787:
788: hr_utility.set_location(' Leaving:'||l_proc, 70);
789: exception
790: when hr_api.validate_enabled then
791: --
792: -- As the Validate_Enabled exception has been raised

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

797: -- Only set output warning arguments
798: -- (Any key or derived arguments must be set to null
799: -- when validation only mode is being used.)
800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 80);
802: when others then
803: --
804: -- A validation or unexpected error has occured
805: --

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

803: --
804: -- A validation or unexpected error has occured
805: --
806: rollback to delete_salary_basis;
807: hr_utility.set_location(' Leaving:'||l_proc, 90);
808: raise;
809: end delete_salary_basis;
810: end hr_salary_basis_api;