DBA Data[Home] [Help]

APPS.PQH_LCD_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_CODE_ID')
70: );
71: --

Line 250: if hr_multi_message.exception_add

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

Line 285: if hr_multi_message.exception_add

281: End If;
282: Close c_LEVEL_NUMBER_ID;
283: Exception
284: when app_exception.application_exception then
285: if hr_multi_message.exception_add
286: (p_associated_column1 => 'PQH_DE_LEVEL_NUMBERS.LEVEL_NUMBER_ID'
287: ) then
288: hr_utility.set_location(' Leaving:'||l_proc,60);
289: raise;

Line 318: if hr_multi_message.exception_add

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