DBA Data[Home] [Help]

APPS.HR_FSC_SHD dependencies on HR_UTILITY

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

140: --
141: l_proc varchar2(72) := g_package||'lck';
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_api.mandatory_arg_error
147: (p_api_name => l_proc
148: ,p_argument => 'FORM_TAB_STACKED_CANVAS_ID'

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

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