DBA Data[Home] [Help]

APPS.OTA_UGT_SHD dependencies on HR_API

Line 127: hr_api.mandatory_arg_error

123: --
124: Begin
125: hr_utility.set_location('Entering:'||l_proc, 5);
126: --
127: hr_api.mandatory_arg_error
128: (p_api_name => l_proc
129: ,p_argument => 'user_group_id'
130: ,p_argument_value => p_user_group_id
131: );

Line 133: hr_api.mandatory_arg_error

129: ,p_argument => 'user_group_id'
130: ,p_argument_value => p_user_group_id
131: );
132: hr_utility.set_location(l_proc,6);
133: hr_api.mandatory_arg_error
134: (p_api_name => l_proc
135: ,p_argument => 'LANGUAGE'
136: ,p_argument_value => p_language
137: );

Line 157: When HR_Api.Object_Locked then

153: --
154: -- We need to trap the ORA LOCK exception
155: --
156: Exception
157: When HR_Api.Object_Locked then
158: --
159: -- The object is locked therefore we need to supply a meaningful
160: -- error message.
161: --