DBA Data[Home] [Help]

APPS.HR_TCN_SHD dependencies on HR_UTILITY

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

143: --
144: l_proc varchar2(72) := g_package||'lck';
145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'TEMPLATE_CANVAS_ID'

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

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