DBA Data[Home] [Help]

APPS.PQH_TSH_SHD dependencies on HR_UTILITY

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

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

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

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

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

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