DBA Data[Home] [Help]

APPS.HXC_TAT_SHD dependencies on HR_API

Line 193: hr_api.mandatory_arg_error

189: l_proc := g_package||'lck';
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: end if;
192:
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'TIME_ATTRIBUTE_ID'
196: ,p_argument_value => p_time_attribute_id
197: );

Line 224: when hr_api.object_locked then

220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: end if;
222:
223: exception
224: when hr_api.object_locked then
225: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
226: fnd_message.set_token('TABLE_NAME', 'hxc_time_attributes');
227: fnd_message.raise_error;
228: end lck;