DBA Data[Home] [Help]

APPS.PER_ENT_SHD dependencies on HR_UTILITY

Line 157: hr_utility.set_location('Entering:'||l_proc, 5);

153: --
154: l_proc varchar2(72) := g_package||'lck';
155: --
156: Begin
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_api.mandatory_arg_error
160: (p_api_name => l_proc
161: ,p_argument => 'CALENDAR_ENTRY_ID'

Line 164: hr_utility.set_location(l_proc,6);

160: (p_api_name => l_proc
161: ,p_argument => 'CALENDAR_ENTRY_ID'
162: ,p_argument_value => p_calendar_entry_id
163: );
164: hr_utility.set_location(l_proc,6);
165: hr_api.mandatory_arg_error
166: (p_api_name => l_proc
167: ,p_argument => 'OBJECT_VERSION_NUMBER'
168: ,p_argument_value => p_object_version_number

Line 188: hr_utility.set_location(' Leaving:'||l_proc, 10);

184: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
185: fnd_message.raise_error;
186: End If;
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: --
190: -- We need to trap the ORA LOCK exception
191: --
192: Exception