DBA Data[Home] [Help]

APPS.PQH_TAH_SHD dependencies on HR_UTILITY

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

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

Line 152: hr_utility.set_location(l_proc,6);

148: (p_api_name => l_proc
149: ,p_argument => 'APPROVAL_HISTORY_ID'
150: ,p_argument_value => p_approval_history_id
151: );
152: hr_utility.set_location(l_proc,6);
153: hr_api.mandatory_arg_error
154: (p_api_name => l_proc
155: ,p_argument => 'TRANSACTION_HISTORY_ID'
156: ,p_argument_value => p_transaction_history_id

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

168: End If;
169: Close C_Sel1;
170: --
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: --
174: -- We need to trap the ORA LOCK exception
175: --
176: Exception