DBA Data[Home] [Help]

APPS.PSP_RTD_SHD dependencies on HR_UTILITY

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

146: --
147: l_proc varchar2(72) := g_package||'lck';
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'TEMPLATE_DETAIL_ID'

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

153: (p_api_name => l_proc
154: ,p_argument => 'TEMPLATE_DETAIL_ID'
155: ,p_argument_value => p_template_detail_id
156: );
157: hr_utility.set_location(l_proc,6);
158: hr_api.mandatory_arg_error
159: (p_api_name => l_proc
160: ,p_argument => 'OBJECT_VERSION_NUMBER'
161: ,p_argument_value => p_object_version_number

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

177: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
178: fnd_message.raise_error;
179: End If;
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: --
183: -- We need to trap the ORA LOCK exception
184: --
185: Exception