DBA Data[Home] [Help]

APPS.HR_FCN_SHD dependencies on HR_UTILITY

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

137: --
138: l_proc varchar2(72) := g_package||'lck';
139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'FORM_CANVAS_ID'

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

169: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
170: fnd_message.raise_error;
171: End If;
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: --
175: -- We need to trap the ORA LOCK exception
176: --
177: Exception