DBA Data[Home] [Help]

APPS.HR_RATING_SCALES_API dependencies on HR_RATING_SCALES_API

Line 1: Package Body hr_rating_scales_api as

1: Package Body hr_rating_scales_api as
2: /* $Header: perscapi.pkb 120.0 2005/05/31 19:41:40 appldev noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' hr_rating_scales_api.';

2: /* $Header: perscapi.pkb 120.0 2005/05/31 19:41:40 appldev noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hr_rating_scales_api.';
7: --
8: -- ---------------------------------------------------------------------------
9: -- |-----------------------< >--------------------------|
10: -- ---------------------------------------------------------------------------

Line 697: hr_rating_scales_api.g_ignore_df := 'Y';

693: -- Issue a savepoint.
694: --
695: savepoint create_or_update_rating_scale;
696:
697: hr_rating_scales_api.g_ignore_df := 'Y';
698:
699: if (p_language_code is NULL) then
700: l_language_code := hr_api.userenv_lang;
701: else

Line 850: hr_rating_scales_api.g_ignore_df := 'N';

846: p_attribute20 => NULL
847: );
848: exception
849: when hr_api.cannot_find_prog_unit then
850: hr_rating_scales_api.g_ignore_df := 'N';
851: hr_api.cannot_find_prog_unit_error
852: (p_module_name => 'update_rating_scale',
853: p_hook_type => 'AP'
854: );

Line 862: hr_rating_scales_api.g_ignore_df := 'N';

858: --
859: hr_utility.set_location(l_proc,100);
860: END IF;
861:
862: hr_rating_scales_api.g_ignore_df := 'N';
863: hr_utility.set_location('Leaving ... ' || l_proc,110);
864: exception
865: when hr_api.validate_enabled then
866: --

Line 871: hr_rating_scales_api.g_ignore_df := 'N';

867: -- As the Validate_Enabled exception has been raised
868: -- we must rollback to the savepoint
869: --
870: ROLLBACK TO create_or_update_rating_scale;
871: hr_rating_scales_api.g_ignore_df := 'N';
872: --
873: --
874: when others then
875: --

Line 880: hr_rating_scales_api.g_ignore_df := 'N';

876: -- A validation or unexpected error has occurred
877: --
878: --
879: ROLLBACK TO create_or_update_rating_scale;
880: hr_rating_scales_api.g_ignore_df := 'N';
881: raise;
882: --
883: hr_utility.set_location(' Leaving:'||l_proc, 120);
884: --

Line 887: end hr_rating_scales_api;

883: hr_utility.set_location(' Leaving:'||l_proc, 120);
884: --
885: end create_or_update_rating_scale;
886: --
887: end hr_rating_scales_api;