DBA Data[Home] [Help]

APPS.HR_TMT_SHD dependencies on HR_API

Line 135: hr_api.mandatory_arg_error

131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'FORM_TEMPLATE_ID'
138: ,p_argument_value => p_form_template_id
139: );

Line 141: hr_api.mandatory_arg_error

137: ,p_argument => 'FORM_TEMPLATE_ID'
138: ,p_argument_value => p_form_template_id
139: );
140: hr_utility.set_location(l_proc,6);
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc
143: ,p_argument => 'LANGUAGE'
144: ,p_argument_value => p_language
145: );

Line 165: When HR_Api.Object_Locked then

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