DBA Data[Home] [Help]

APPS.HR_WPT_SHD dependencies on HR_API

Line 133: hr_api.mandatory_arg_error

129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_api.mandatory_arg_error
134: (p_api_name => l_proc
135: ,p_argument => 'WINDOW_PROPERTY_ID'
136: ,p_argument_value => p_window_property_id
137: );

Line 139: hr_api.mandatory_arg_error

135: ,p_argument => 'WINDOW_PROPERTY_ID'
136: ,p_argument_value => p_window_property_id
137: );
138: hr_utility.set_location(l_proc,6);
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'LANGUAGE'
142: ,p_argument_value => p_language
143: );

Line 163: When HR_Api.Object_Locked then

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