DBA Data[Home] [Help]

APPS.PER_QAT_SHD dependencies on HR_API

Line 142: hr_api.mandatory_arg_error

138: --
139: Begin
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: --
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'QUALIFICATION_ID'
145: ,p_argument_value => p_qualification_id
146: );

Line 148: hr_api.mandatory_arg_error

144: ,p_argument => 'QUALIFICATION_ID'
145: ,p_argument_value => p_qualification_id
146: );
147: hr_utility.set_location(l_proc,6);
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'LANGUAGE'
151: ,p_argument_value => p_language
152: );

Line 172: When HR_Api.Object_Locked then

168: --
169: -- We need to trap the ORA LOCK exception
170: --
171: Exception
172: When HR_Api.Object_Locked then
173: --
174: -- The object is locked therefore we need to supply a meaningful
175: -- error message.
176: --