DBA Data[Home] [Help]

APPS.BEN_BCM_SHD dependencies on HR_API

Line 145: hr_api.mandatory_arg_error

141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'CWB_MATRIX_ID'
148: ,p_argument_value => p_cwb_matrix_id
149: );

Line 151: hr_api.mandatory_arg_error

147: ,p_argument => 'CWB_MATRIX_ID'
148: ,p_argument_value => p_cwb_matrix_id
149: );
150: hr_utility.set_location(l_proc,6);
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc
153: ,p_argument => 'OBJECT_VERSION_NUMBER'
154: ,p_argument_value => p_object_version_number
155: );

Line 179: When HR_Api.Object_Locked then

175: --
176: -- We need to trap the ORA LOCK exception
177: --
178: Exception
179: When HR_Api.Object_Locked then
180: --
181: -- The object is locked therefore we need to supply a meaningful
182: -- error message.
183: --