DBA Data[Home] [Help]

APPS.PQH_TSH_SHD dependencies on HR_API

Line 145: hr_api.mandatory_arg_error

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'
148: ,p_argument_value => p_transaction_history_id
149: );

Line 151: hr_api.mandatory_arg_error

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
155: );

Line 175: When HR_Api.Object_Locked then

171: --
172: -- We need to trap the ORA LOCK exception
173: --
174: Exception
175: When HR_Api.Object_Locked then
176: --
177: -- The object is locked therefore we need to supply a meaningful
178: -- error message.
179: --