DBA Data[Home] [Help]

APPS.PER_CPL_SHD dependencies on HR_API

Line 134: hr_api.mandatory_arg_error

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

Line 140: hr_api.mandatory_arg_error

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

Line 164: When HR_Api.Object_Locked then

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