DBA Data[Home] [Help]

APPS.HR_QSF_BUS dependencies on HR_MULTI_MESSAGE

Line 141: if hr_multi_message.exception_add

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

Line 175: if hr_multi_message.exception_add

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

Line 218: if hr_multi_message.exception_add

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

Line 261: if hr_multi_message.exception_add

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

Line 305: if hr_multi_message.exception_add

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

Line 338: hr_multi_message.end_validation_set;

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

Line 360: hr_multi_message.end_validation_set;

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