DBA Data[Home] [Help]

APPS.PQH_RSS_SHD dependencies on HR_API

Line 133: hr_api.mandatory_arg_error

129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_api.mandatory_arg_error
134: (p_api_name => l_proc
135: ,p_argument => 'RESULT_SET_ID'
136: ,p_argument_value => p_result_set_id
137: );

Line 139: hr_api.mandatory_arg_error

135: ,p_argument => 'RESULT_SET_ID'
136: ,p_argument_value => p_result_set_id
137: );
138: hr_utility.set_location(l_proc,6);
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'OBJECT_VERSION_NUMBER'
142: ,p_argument_value => p_object_version_number
143: );

Line 167: When HR_Api.Object_Locked then

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