DBA Data[Home] [Help]

APPS.PQH_TKT_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,'TATIGKEIT_DETAIL_ID')
70: );
71: --

Line 247: if hr_multi_message.exception_add

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

Line 279: if hr_multi_message.exception_add

275: End If;
276: Close c_TATIGKEIT_NUMBER;
277: Exception
278: when app_exception.application_exception then
279: if hr_multi_message.exception_add
280: (p_associated_column1 => 'PQH_DE_TATIGKEIT_DETAILS.TATIGKEIT_NUMBER'
281: ) then
282: hr_utility.set_location(' Leaving:'||l_proc,60);
283: raise;

Line 313: if hr_multi_message.exception_add

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