DBA Data[Home] [Help]

APPS.HR_VALID_GRADE_API dependencies on HR_API

Line 77: hr_api.mandatory_arg_error

73: l_date_to :=trunc(p_date_to);
74: --
75: -- Check that p_grade_id is not null as it is used in the cursor.
76: --
77: hr_api.mandatory_arg_error
78: (p_api_name => l_proc,
79: p_argument => 'grade_id',
80: p_argument_value => p_grade_id);
81: --

Line 136: when hr_api.Cannot_Find_Prog_Unit then

132: ,p_attribute19 => p_attribute19
133: ,p_attribute20 => p_attribute20
134: );
135: exception
136: when hr_api.Cannot_Find_Prog_Unit then
137: hr_api.cannot_find_prog_unit_error
138: (p_module_name => 'CREATE_VALID_GRADE'
139: ,p_hook_type => 'BP'
140: );

Line 137: hr_api.cannot_find_prog_unit_error

133: ,p_attribute20 => p_attribute20
134: );
135: exception
136: when hr_api.Cannot_Find_Prog_Unit then
137: hr_api.cannot_find_prog_unit_error
138: (p_module_name => 'CREATE_VALID_GRADE'
139: ,p_hook_type => 'BP'
140: );
141: --

Line 223: when hr_api.Cannot_Find_Prog_Unit then

219: ,p_valid_grade_id => l_valid_grade_id
220: ,p_object_version_number => l_object_version_number
221: );
222: exception
223: when hr_api.Cannot_Find_Prog_Unit then
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'CREATE_VALID_GRADE'
226: ,p_hook_type => 'AP'
227: );

Line 224: hr_api.cannot_find_prog_unit_error

220: ,p_object_version_number => l_object_version_number
221: );
222: exception
223: when hr_api.Cannot_Find_Prog_Unit then
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'CREATE_VALID_GRADE'
226: ,p_hook_type => 'AP'
227: );
228: --

Line 234: raise hr_api.validate_enabled;

230: --
231: end;
232: --
233: if p_validate then
234: raise hr_api.validate_enabled;
235: end if;
236: --
237: -- Set all output arguments
238: --

Line 248: when hr_api.validate_enabled then

244:
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 11);
247: exception
248: when hr_api.validate_enabled then
249: --
250: -- As the Validate_Enabled exception has been raised
251: -- we must rollback to the savepoint
252: --