DBA Data[Home] [Help]

APPS.PQH_OPL_BUS dependencies on HR_MULTI_MESSAGE

Line 67: hr_multi_message.add

63: --
64: -- The primary key is invalid therefore we must error
65: --
66: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
67: hr_multi_message.add
68: (p_associated_column1
69: => nvl(p_associated_column1,'OPERATION_ID')
70: );
71: --

Line 248: if hr_multi_message.exception_add

244: End If;
245: Close Del;
246: Exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'PQH_DE_OPERATIONS.OPERATION_NUMBER'
250: ) then
251: hr_utility.set_location(' Leaving:'||l_proc,60);
252: raise;

Line 281: if hr_multi_message.exception_add

277: End If;
278: Close c_Description;
279: Exception
280: when app_exception.application_exception then
281: if hr_multi_message.exception_add
282: (p_associated_column1 => 'PQH_DE_OPERATIONS.Description'
283: ) then
284: hr_utility.set_location(' Leaving:'||l_proc,60);
285: raise;

Line 313: if hr_multi_message.exception_add

309: End If;
310: Close c_OPERATION_NUMBER;
311: Exception
312: when app_exception.application_exception then
313: if hr_multi_message.exception_add
314: (p_associated_column1 => 'PQH_DE_OPERATIONS.OPERATION_NUMBER'
315: ) then
316: hr_utility.set_location(' Leaving:'||l_proc,60);
317: raise;