DBA Data[Home] [Help]

APPS.OTA_THG_SHD dependencies on HR_API

Line 145: hr_api.mandatory_arg_error

141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'GL_DEFAULT_SEGMENT_ID'
148: ,p_argument_value => p_gl_default_segment_id
149: );

Line 173: When HR_Api.Object_Locked then

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