DBA Data[Home] [Help]

APPS.HXC_HSD_SHD dependencies on HR_API

Line 134: hr_api.mandatory_arg_error

130: l_proc := g_package||'lck';
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: end if;
133: --
134: hr_api.mandatory_arg_error
135: (p_api_name => l_proc
136: ,p_argument => 'OBJECT_ID'
137: ,p_argument_value => p_object_id
138: );

Line 142: hr_api.mandatory_arg_error

138: );
139: if g_debug then
140: hr_utility.set_location(l_proc,6);
141: end if;
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'OBJECT_TYPE'
145: ,p_argument_value => p_object_type
146: );

Line 168: When HR_Api.Object_Locked then

164: --
165: -- We need to trap the ORA LOCK exception
166: --
167: Exception
168: When HR_Api.Object_Locked then
169: --
170: -- The object is locked therefore we need to supply a meaningful
171: -- error message.
172: --