DBA Data[Home] [Help]

APPS.PAY_PPE_SHD dependencies on HR_UTILITY

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

131: --
132: l_proc varchar2(72) := g_package||'lck';
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'PROCESS_EVENT_ID'

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

156: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
157: fnd_message.raise_error;
158: End If;
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: --
162: -- We need to trap the ORA LOCK exception
163: --
164: Exception