DBA Data[Home] [Help]

APPS.PQH_FYN_SHD dependencies on HR_API

Line 148: -- hr_api.mandatory_arg_error

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

Line 174: When HR_Api.Object_Locked then

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