DBA Data[Home] [Help]

APPS.PAY_SSR_SHD dependencies on HR_API

Line 143: hr_api.mandatory_arg_error

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

Line 147: hr_api.mandatory_arg_error

143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc,
145: p_argument => 'p_sub_classification_rule_id',
146: p_argument_value => p_sub_classification_rule_id);
147: hr_api.mandatory_arg_error
148: (p_api_name => l_proc,
149: p_argument => 'p_object_version_number',
150: p_argument_value => p_object_version_number);
151: Open C_Sel1;

Line 172: When HR_Api.Object_Locked then

168: --
169: -- We need to trap the ORA LOCK exception
170: --
171: Exception
172: When HR_Api.Object_Locked then
173: --
174: -- The object is locked therefore we need to supply a meaningful
175: -- error message.
176: --