DBA Data[Home] [Help]

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

Line 252: if hr_multi_message.exception_add

248: End If;
249: Close c_Grade_id;
250: Exception
251: when app_exception.application_exception then
252: if hr_multi_message.exception_add
253: (p_associated_column1 => 'PQH_DE_RESULT_SETS.Grade_id'
254: ) then
255: hr_utility.set_location(' Leaving:'||l_proc,60);
256: raise;

Line 340: if hr_multi_message.exception_add

336: End If;
337: Close c_CIVIL_SERVANTS_Grade_id;
338: Exception
339: when app_exception.application_exception then
340: if hr_multi_message.exception_add
341: (p_associated_column1 => 'PQH_DE_RESULT_SETS.Grade_id'
342: ) then
343: hr_utility.set_location(' Leaving:'||l_proc,60);
344: raise;

Line 396: if hr_multi_message.exception_add

392: Close c_gradual_value_numbers;
393: Exception
394:
395: when app_exception.application_exception then
396: if hr_multi_message.exception_add
397: (p_associated_column1 => 'PQH_DE_RESULT_SETS.GRADUAL_VALUE_NUMBER_FROM'
398: ) then
399: hr_utility.set_location(' Leaving:'||l_proc,60);
400: raise;