DBA Data[Home] [Help]

APPS.PQH_BGM_SHD dependencies on HR_API

Line 146: -- hr_api.mandatory_arg_error

142: hr_utility.set_location('Entering:'||l_proc, 5);
143: --
144: -- Add any mandatory argument checking here:
145: -- Example:
146: -- hr_api.mandatory_arg_error
147: -- (p_api_name => l_proc,
148: -- p_argument => 'object_version_number',
149: -- p_argument_value => p_object_version_number);
150: --

Line 172: When HR_Api.Object_Locked then

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