DBA Data[Home] [Help]

APPS.HR_QSN_BUS dependencies on HR_MULTI_MESSAGE

Line 166: if hr_multi_message.exception_add

162: end if;
163: --
164: hr_utility.set_location(' Leaving: '||l_proc, 50);
165: exception when app_exception.application_exception then
166: if hr_multi_message.exception_add
167: (p_associated_column1 => 'HR_QUESTIONNAIRES.NAME'
168: ) then
169: hr_utility.set_location(' Leaving:'|| l_proc, 60);
170: raise;

Line 207: if hr_multi_message.exception_add

203: end if;
204: --
205: hr_utility.set_location('Leaving: '||l_proc,50);
206: exception when app_exception.application_exception then
207: if hr_multi_message.exception_add
208: (p_associated_column1 => 'HR_QUESTIONNAIRES.TEXT'
209: ) then
210: hr_utility.set_location(' Leaving:'|| l_proc, 60);
211: raise;

Line 270: if hr_multi_message.exception_add

266: end if;
267: --
268: hr_utility.set_location('Leaving: '||l_proc,50);
269: exception when app_exception.application_exception then
270: if hr_multi_message.exception_add
271: (p_associated_column1 => 'HR_QUESTIONNAIRES.AVAILABLE_FLAG'
272: ) then
273: hr_utility.set_location(' Leaving:'|| l_proc, 60);
274: raise;

Line 319: if hr_multi_message.exception_add

315: close csr_chk_child_row;
316: --
317: hr_utility.set_location('Leaving: '||l_proc, 20);
318: exception when app_exception.application_exception then
319: if hr_multi_message.exception_add
320: (p_associated_column1 => 'HR_QUESTIONNAIRES.AVAILABLE_FLAG'
321: ) then
322: hr_utility.set_location(' Leaving:'|| l_proc, 30);
323: raise;

Line 361: hr_multi_message.end_validation_set;

357: );
358:
359: chk_text(p_text => p_rec.text);
360:
361: hr_multi_message.end_validation_set;
362:
363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End insert_validate;

Line 387: hr_multi_message.end_validation_set;

383: (p_business_group_id => p_rec.business_group_id
384: ,p_associated_column1 => hr_qsn_shd.g_tab_nam
385: || '.BUSINESS_GROUP_ID');
386: end if;
387: hr_multi_message.end_validation_set;
388:
389: chk_non_updateable_args(p_rec);
390:
391: chk_available_flag(p_rec.available_flag