DBA Data[Home] [Help]

APPS.PQH_RAP_SHD dependencies on HR_API

Line 141: hr_api.mandatory_arg_error

137: Begin
138:
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc
143: ,p_argument => 'RANK_PROCESS_APPROVAL_ID'
144: ,p_argument_value => p_rank_process_approval_id
145: );

Line 147: hr_api.mandatory_arg_error

143: ,p_argument => 'RANK_PROCESS_APPROVAL_ID'
144: ,p_argument_value => p_rank_process_approval_id
145: );
146: hr_utility.set_location(l_proc,6);
147: hr_api.mandatory_arg_error
148: (p_api_name => l_proc
149: ,p_argument => 'OBJECT_VERSION_NUMBER'
150: ,p_argument_value => p_object_version_number
151: );

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: --