DBA Data[Home] [Help]

APPS.AME_AYL_SHD dependencies on HR_API

Line 130: hr_api.mandatory_arg_error

126: --
127: Begin
128: hr_utility.set_location('Entering:'||l_proc, 5);
129: --
130: hr_api.mandatory_arg_error
131: (p_api_name => l_proc
132: ,p_argument => 'ACTION_TYPE_ID'
133: ,p_argument_value => p_action_type_id
134: );

Line 136: hr_api.mandatory_arg_error

132: ,p_argument => 'ACTION_TYPE_ID'
133: ,p_argument_value => p_action_type_id
134: );
135: hr_utility.set_location(l_proc,6);
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc
138: ,p_argument => 'LANGUAGE'
139: ,p_argument_value => p_language
140: );

Line 160: When HR_Api.Object_Locked then

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