DBA Data[Home] [Help]

APPS.HR_QSF_BUS dependencies on HR_MULTI_MESSAGE

Line 144: if hr_multi_message.exception_add

140: --
141: hr_utility.set_location('Leaving: '||l_proc,50);
142:
143: exception when app_exception.application_exception then
144: if hr_multi_message.exception_add
145: (p_associated_column1 => 'HR_QUEST_FIELDS.QUESTIONNAIRE_TEMPLATE_ID'
146: ) then
147: hr_utility.set_location(' Leaving:'|| l_proc, 60);
148: raise;

Line 178: if hr_multi_message.exception_add

174: --
175: hr_utility.set_location('Leaving: '||l_proc,20);
176:
177: exception when app_exception.application_exception then
178: if hr_multi_message.exception_add
179: (p_associated_column1 => 'HR_QUEST_FIELDS.NAME'
180: ) then
181: hr_utility.set_location(' Leaving:'|| l_proc, 30);
182: raise;

Line 221: if hr_multi_message.exception_add

217: --
218: hr_utility.set_location('Leaving: '||l_proc,20);
219:
220: exception when app_exception.application_exception then
221: if hr_multi_message.exception_add
222: (p_associated_column1 => 'HR_QUEST_FIELDS.TYPE'
223: ) then
224: hr_utility.set_location(' Leaving:'|| l_proc, 30);
225: raise;

Line 264: if hr_multi_message.exception_add

260: --
261: hr_utility.set_location('Leaving: '||l_proc,20);
262:
263: exception when app_exception.application_exception then
264: if hr_multi_message.exception_add
265: (p_associated_column1 => 'HR_QUEST_FIELDS.HTML_TEXT'
266: ) then
267: hr_utility.set_location(' Leaving:'|| l_proc, 30);
268: raise;

Line 308: if hr_multi_message.exception_add

304: --
305: hr_utility.set_location('Leaving: '||l_proc,20);
306:
307: exception when app_exception.application_exception then
308: if hr_multi_message.exception_add
309: (p_associated_column1 => 'HR_QUEST_FIELDS.SQL_REQUIRED_FLAG'
310: ) then
311: hr_utility.set_location(' Leaving:'|| l_proc, 30);
312: raise;

Line 341: hr_multi_message.end_validation_set;

337: chk_type(p_rec.type, p_effective_date);
338: chk_sql_required_flag(p_rec.sql_required_flag, p_effective_date);
339: chk_html_text(p_rec.html_text);
340:
341: hr_multi_message.end_validation_set;
342: --
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: End insert_validate;

Line 363: hr_multi_message.end_validation_set;

359: (p_questionnaire_template_id => p_rec.questionnaire_template_id
360: ,p_associated_column1 => hr_qsn_shd.g_tab_nam || '.BUSINESS_GROUP_ID'
361: );
362:
363: hr_multi_message.end_validation_set;
364: --
365: hr_utility.set_location('Entering:'||l_proc, 7);
366: -- Call all supporting business operations
367: --