DBA Data[Home] [Help]

APPS.HR_OTT_SHD dependencies on HR_API

Line 129: hr_api.mandatory_arg_error

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

Line 135: hr_api.mandatory_arg_error

131: ,p_argument => 'OPTION_TYPE_ID'
132: ,p_argument_value => p_option_type_id
133: );
134: hr_utility.set_location(l_proc,6);
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'LANGUAGE'
138: ,p_argument_value => p_language
139: );

Line 159: When HR_Api.Object_Locked then

155: --
156: -- We need to trap the ORA LOCK exception
157: --
158: Exception
159: When HR_Api.Object_Locked then
160: --
161: -- The object is locked therefore we need to supply a meaningful
162: -- error message.
163: --