DBA Data[Home] [Help]

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

Line 257: if hr_multi_message.exception_add

253: End If;
254: Close c_LEVEL_NUMBER;
255: Exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'PQH_DE_LEVEL_NUMBERS.LEVEL_NUMBER'
259: ) then
260: hr_utility.set_location(' Leaving:'||l_proc,60);
261: raise;

Line 288: if hr_multi_message.exception_add

284: End If;
285: Close Del;
286: Exception
287: when app_exception.application_exception then
288: if hr_multi_message.exception_add
289: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_CODE_ID'
290: ) then
291: hr_utility.set_location(' Leaving:'||l_proc,60);
292: raise;

Line 319: if hr_multi_message.exception_add

315: End If;
316: Close Del;
317: Exception
318: when app_exception.application_exception then
319: if hr_multi_message.exception_add
320: (p_associated_column1 => 'PQH_DE_LEVEL_NUMBERS.LEVEL_NUMBER'
321: ) then
322: hr_utility.set_location(' Leaving:'||l_proc,60);
323: raise;