DBA Data[Home] [Help]

APPS.HXC_APS_SHD dependencies on HR_API

Line 145: hr_api.mandatory_arg_error

141: l_proc:= g_package||'lck';
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: end if;
144: --
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'APPROVAL_PERIOD_SET_ID'
148: ,p_argument_value => p_approval_period_set_id
149: );

Line 175: When HR_Api.Object_Locked then

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