DBA Data[Home] [Help]

APPS.PQH_TXH_SHD dependencies on HR_API

Line 142: hr_api.mandatory_arg_error

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 => 'TRANSACTION_HISTORY_ID'
145: ,p_argument_value => p_transaction_history_id
146: );

Line 166: When HR_Api.Object_Locked then

162: --
163: -- We need to trap the ORA LOCK exception
164: --
165: Exception
166: When HR_Api.Object_Locked then
167: --
168: -- The object is locked therefore we need to supply a meaningful
169: -- error message.
170: --