DBA Data[Home] [Help]

APPS.PAY_EVP_SHD dependencies on HR_UTILITY

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

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

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

161: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
162: fnd_message.raise_error;
163: End If;
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: --
167: -- We need to trap the ORA LOCK exception
168: --
169: Exception