DBA Data[Home] [Help]

APPS.HR_EAP_SHD dependencies on HR_API

Line 120: hr_api.mandatory_arg_error

116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'EXT_APPLICATION_ID'
123: ,p_argument_value => p_ext_application_id
124: );

Line 144: When HR_Api.Object_Locked then

140: --
141: -- We need to trap the ORA LOCK exception
142: --
143: Exception
144: When HR_Api.Object_Locked then
145: --
146: -- The object is locked therefore we need to supply a meaningful
147: -- error message.
148: --