DBA Data[Home] [Help]

APPS.PAY_SDB_SHD dependencies on HR_API

Line 147: hr_api.mandatory_arg_error

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

Line 151: hr_api.mandatory_arg_error

147: hr_api.mandatory_arg_error
148: (p_api_name => l_proc,
149: p_argument => 'p_defined_balance_id',
150: p_argument_value => p_defined_balance_id);
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc,
153: p_argument => 'p_object_version_number',
154: p_argument_value => p_object_version_number);
155:

Line 177: When HR_Api.Object_Locked then

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