DBA Data[Home] [Help]

APPS.HR_TIP_SHD dependencies on HR_UTILITY

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

130: --
131: l_proc varchar2(72) := g_package||'lck';
132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc
138: ,p_argument => 'TEMPLATE_ITEM_TAB_PAGE_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