DBA Data[Home] [Help]

APPS.IRC_LOCATION_CRITERIA_VAL_API dependencies on HR_API

Line 41: when hr_api.cannot_find_prog_unit then

37: (p_search_criteria_id => p_search_criteria_id
38: ,p_derived_locale => p_derived_locale
39: );
40: exception
41: when hr_api.cannot_find_prog_unit then
42: hr_api.cannot_find_prog_unit_error
43: (p_module_name => 'CREATE_LOCATION_CRITERIA'
44: ,p_hook_type => 'BP'
45: );

Line 42: hr_api.cannot_find_prog_unit_error

38: ,p_derived_locale => p_derived_locale
39: );
40: exception
41: when hr_api.cannot_find_prog_unit then
42: hr_api.cannot_find_prog_unit_error
43: (p_module_name => 'CREATE_LOCATION_CRITERIA'
44: ,p_hook_type => 'BP'
45: );
46: end;

Line 70: when hr_api.cannot_find_prog_unit then

66: ,p_derived_locale => p_derived_locale
67: ,p_object_version_number => l_object_version_number
68: );
69: exception
70: when hr_api.cannot_find_prog_unit then
71: hr_api.cannot_find_prog_unit_error
72: (p_module_name => 'CREATE_LOCATION_CRITERIA'
73: ,p_hook_type => 'AP'
74: );

Line 71: hr_api.cannot_find_prog_unit_error

67: ,p_object_version_number => l_object_version_number
68: );
69: exception
70: when hr_api.cannot_find_prog_unit then
71: hr_api.cannot_find_prog_unit_error
72: (p_module_name => 'CREATE_LOCATION_CRITERIA'
73: ,p_hook_type => 'AP'
74: );
75: end;

Line 80: raise hr_api.validate_enabled;

76: --
77: -- When in validation only mode raise the Validate_Enabled exception
78: --
79: if p_validate then
80: raise hr_api.validate_enabled;
81: end if;
82: --
83: -- Set all IN OUT and OUT parameters with out values
84: --

Line 90: when hr_api.validate_enabled then

86: p_object_version_number := l_object_version_number;
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 70);
89: exception
90: when hr_api.validate_enabled then
91: --
92: -- As the Validate_Enabled exception has been raised
93: -- we must rollback to the savepoint
94: --

Line 147: when hr_api.cannot_find_prog_unit then

143: (p_location_criteria_value_id => p_location_criteria_value_id
144: ,p_object_version_number => p_object_version_number
145: );
146: exception
147: when hr_api.cannot_find_prog_unit then
148: hr_api.cannot_find_prog_unit_error
149: (p_module_name => 'DELETE_LOCATION_CRITERIA'
150: ,p_hook_type => 'BP'
151: );

Line 148: hr_api.cannot_find_prog_unit_error

144: ,p_object_version_number => p_object_version_number
145: );
146: exception
147: when hr_api.cannot_find_prog_unit then
148: hr_api.cannot_find_prog_unit_error
149: (p_module_name => 'DELETE_LOCATION_CRITERIA'
150: ,p_hook_type => 'BP'
151: );
152: end;

Line 172: when hr_api.cannot_find_prog_unit then

168: (p_location_criteria_value_id => p_location_criteria_value_id
169: ,p_object_version_number => p_object_version_number
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'DELETE_LOCATION_CRITERIA'
175: ,p_hook_type => 'AP'
176: );

Line 173: hr_api.cannot_find_prog_unit_error

169: ,p_object_version_number => p_object_version_number
170: );
171: exception
172: when hr_api.cannot_find_prog_unit then
173: hr_api.cannot_find_prog_unit_error
174: (p_module_name => 'DELETE_LOCATION_CRITERIA'
175: ,p_hook_type => 'AP'
176: );
177: end;

Line 182: raise hr_api.validate_enabled;

178: --
179: -- When in validation only mode raise the Validate_Enabled exception
180: --
181: if p_validate then
182: raise hr_api.validate_enabled;
183: end if;
184: --
185: -- Set all IN OUT and OUT parameters with out values
186: --

Line 189: when hr_api.validate_enabled then

185: -- Set all IN OUT and OUT parameters with out values
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 70);
188: exception
189: when hr_api.validate_enabled then
190: --
191: -- As the Validate_Enabled exception has been raised
192: -- we must rollback to the savepoint
193: --