DBA Data[Home] [Help]

APPS.HXC_TKGQC_SHD dependencies on HR_API

Line 154: hr_api.mandatory_arg_error

150:
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: end if;
153: --
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'TK_GROUP_QUERY_CRITERIA_ID'
157: ,p_argument_value => p_tk_group_query_criteria_id
158: );

Line 162: hr_api.mandatory_arg_error

158: );
159: if g_debug then
160: hr_utility.set_location(l_proc,6);
161: end if;
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'OBJECT_VERSION_NUMBER'
165: ,p_argument_value => p_object_version_number
166: );

Line 192: When HR_Api.Object_Locked then

188: --
189: -- We need to trap the ORA LOCK exception
190: --
191: Exception
192: When HR_Api.Object_Locked then
193: --
194: -- The object is locked therefore we need to supply a meaningful
195: -- error message.
196: --