DBA Data[Home] [Help]

APPS.PER_RET_SHD dependencies on HR_UTILITY

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

173: --
174: l_proc varchar2(72) := g_package||'lck';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_api.mandatory_arg_error
180: (p_api_name => l_proc
181: ,p_argument => 'CAGR_RETAINED_RIGHTS_ID'

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

180: (p_api_name => l_proc
181: ,p_argument => 'CAGR_RETAINED_RIGHTS_ID'
182: ,p_argument_value => p_cagr_retained_right_id
183: );
184: hr_utility.set_location(l_proc,6);
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc
187: ,p_argument => 'OBJECT_VERSION_NUMBER'
188: ,p_argument_value => p_object_version_number

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

204: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
205: fnd_message.raise_error;
206: End If;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: --
210: -- We need to trap the ORA LOCK exception
211: --
212: Exception