DBA Data[Home] [Help]

APPS.HR_TWN_SHD dependencies on HR_API

Line 149: hr_api.mandatory_arg_error

145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'TEMPLATE_WINDOW_ID'
152: ,p_argument_value => p_template_window_id
153: );

Line 177: When HR_Api.Object_Locked then

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