DBA Data[Home] [Help]

APPS.IRC_PROF_AREA_CRITERIA_VAL_API dependencies on HR_API

Line 48: when hr_api.cannot_find_prog_unit then

44: ,p_search_criteria_id => p_search_criteria_id
45: ,p_professional_area => p_professional_area
46: );
47: exception
48: when hr_api.cannot_find_prog_unit then
49: hr_api.cannot_find_prog_unit_error
50: (p_module_name => 'CREATE_PROF_AREA_CRITERIA'
51: ,p_hook_type => 'BP'
52: );

Line 49: hr_api.cannot_find_prog_unit_error

45: ,p_professional_area => p_professional_area
46: );
47: exception
48: when hr_api.cannot_find_prog_unit then
49: hr_api.cannot_find_prog_unit_error
50: (p_module_name => 'CREATE_PROF_AREA_CRITERIA'
51: ,p_hook_type => 'BP'
52: );
53: end;

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_professional_area => p_professional_area
76: ,p_object_version_number => l_object_version_number
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'CREATE_PROF_AREA_CRITERIA'
82: ,p_hook_type => 'AP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_object_version_number => l_object_version_number
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'CREATE_PROF_AREA_CRITERIA'
82: ,p_hook_type => 'AP'
83: );
84: end;

Line 89: raise hr_api.validate_enabled;

85: --
86: -- When in validation only mode raise the Validate_Enabled exception
87: --
88: if p_validate then
89: raise hr_api.validate_enabled;
90: end if;
91: --
92: -- Set all IN OUT and OUT parameters with out values
93: --

Line 99: when hr_api.validate_enabled then

95: p_object_version_number := l_object_version_number;
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 70);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- As the Validate_Enabled exception has been raised
102: -- we must rollback to the savepoint
103: --

Line 156: when hr_api.cannot_find_prog_unit then

152: (p_prof_area_criteria_value_id => p_prof_area_criteria_value_id
153: ,p_object_version_number => p_object_version_number
154: );
155: exception
156: when hr_api.cannot_find_prog_unit then
157: hr_api.cannot_find_prog_unit_error
158: (p_module_name => 'DELETE_PROF_AREA_CRITERIA'
159: ,p_hook_type => 'BP'
160: );

Line 157: hr_api.cannot_find_prog_unit_error

153: ,p_object_version_number => p_object_version_number
154: );
155: exception
156: when hr_api.cannot_find_prog_unit then
157: hr_api.cannot_find_prog_unit_error
158: (p_module_name => 'DELETE_PROF_AREA_CRITERIA'
159: ,p_hook_type => 'BP'
160: );
161: end;

Line 181: when hr_api.cannot_find_prog_unit then

177: (p_prof_area_criteria_value_id => p_prof_area_criteria_value_id
178: ,p_object_version_number => p_object_version_number
179: );
180: exception
181: when hr_api.cannot_find_prog_unit then
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'DELETE_PROF_AREA_CRITERIA'
184: ,p_hook_type => 'AP'
185: );

Line 182: hr_api.cannot_find_prog_unit_error

178: ,p_object_version_number => p_object_version_number
179: );
180: exception
181: when hr_api.cannot_find_prog_unit then
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'DELETE_PROF_AREA_CRITERIA'
184: ,p_hook_type => 'AP'
185: );
186: end;

Line 191: raise hr_api.validate_enabled;

187: --
188: -- When in validation only mode raise the Validate_Enabled exception
189: --
190: if p_validate then
191: raise hr_api.validate_enabled;
192: end if;
193: --
194: -- Set all IN OUT and OUT parameters with out values
195: --

Line 198: when hr_api.validate_enabled then

194: -- Set all IN OUT and OUT parameters with out values
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 70);
197: exception
198: when hr_api.validate_enabled then
199: --
200: -- As the Validate_Enabled exception has been raised
201: -- we must rollback to the savepoint
202: --