DBA Data[Home] [Help]

APPS.PER_STT_SHD dependencies on HR_API

Line 130: -- hr_api.mandatory_arg_error

126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Add any mandatory argument checking here:
129: -- Example:
130: -- hr_api.mandatory_arg_error
131: -- (p_api_name => l_proc,
132: -- p_argument => 'object_version_number',
133: -- p_argument_value => p_object_version_number);
134: --

Line 153: When HR_Api.Object_Locked then

149: --
150: -- We need to trap the ORA LOCK exception
151: --
152: Exception
153: When HR_Api.Object_Locked then
154: --
155: -- The object is locked therefore we need to supply a meaningful
156: -- error message.
157: --