DBA Data[Home] [Help]

APPS.HR_OTY_SHD dependencies on HR_API

Line 131: hr_api.mandatory_arg_error

127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'OPTION_TYPE_ID'
134: ,p_argument_value => p_option_type_id
135: );

Line 137: hr_api.mandatory_arg_error

133: ,p_argument => 'OPTION_TYPE_ID'
134: ,p_argument_value => p_option_type_id
135: );
136: hr_utility.set_location(l_proc,6);
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'OBJECT_VERSION_NUMBER'
140: ,p_argument_value => p_object_version_number
141: );

Line 165: When HR_Api.Object_Locked then

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