DBA Data[Home] [Help]

APPS.PQH_RLT_SHD dependencies on HR_API

Line 138: -- hr_api.mandatory_arg_error

134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: -- Add any mandatory argument checking here:
137: -- Example:
138: -- hr_api.mandatory_arg_error
139: -- (p_api_name => l_proc,
140: -- p_argument => 'object_version_number',
141: -- p_argument_value => p_object_version_number);
142: --

Line 164: When HR_Api.Object_Locked then

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