DBA Data[Home] [Help]

APPS.PQP_ERT_SHD dependencies on HR_API

Line 138: hr_api.mandatory_arg_error

134: --
135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: hr_api.mandatory_arg_error
139: (p_api_name => l_proc
140: ,p_argument => 'EXCEPTION_REPORT_ID'
141: ,p_argument_value => p_exception_report_id
142: );

Line 144: hr_api.mandatory_arg_error

140: ,p_argument => 'EXCEPTION_REPORT_ID'
141: ,p_argument_value => p_exception_report_id
142: );
143: hr_utility.set_location(l_proc,6);
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'LANGUAGE'
147: ,p_argument_value => p_language
148: );

Line 168: When HR_Api.Object_Locked then

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