DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'FORUM_ID')
67: );
68: --

Line 240: IF hr_multi_message.exception_add(

236:
237: Exception
238: WHEN app_exception.application_exception THEN
239:
240: IF hr_multi_message.exception_add(
241: p_associated_column1 => 'OTA_FORUMS_B.START_DATE_ACTIVE')
242: -- ,p_associated_column2 => 'OTA_FORUMS_B.END_DATE_ACTIVE')
243: THEN
244:

Line 294: if(hr_multi_message.no_exclusive_error

290:
291: Begin
292: hr_utility.set_location(' Entering:' || l_proc,10);
293: --
294: if(hr_multi_message.no_exclusive_error
295: (p_check_column1 => 'OTA_FORUMS_B.START_DATE_ACTIVE'
296: ,p_check_column2 => 'OTA_FORUMS_B.END_DATE_ACTIVE'
297: ,p_associated_column1 => 'OTA_FORUMS_B.START_DATE_ACTIVE'
298: ,p_associated_column2 => 'OTA_FORUMS_B.END_DATE_ACTIVE'

Line 324: IF hr_multi_message.exception_add

320: --
321: hr_utility.set_location(' Leaving:' || l_proc,10);
322: Exception
323: when app_exception.application_exception then
324: IF hr_multi_message.exception_add
325: (p_associated_column1 => 'OTA_FORUMS_B.START_DATE_ACTIVE'
326: ,p_associated_column2 => 'OTA_FORUMS_B.END_DATE_ACTIVE'
327: ) THEN
328: hr_utility.set_location(' Leaving:'|| l_proc,20);

Line 392: IF hr_multi_message.exception_add

388: --
389: hr_utility.set_location(' Leaving:' || l_proc,10);
390: Exception
391: when app_exception.application_exception then
392: IF hr_multi_message.exception_add
393: (p_associated_column1 => 'OTA_FORUMS_B.END_DATE_ACTIVE'
394: ) THEN
395: hr_utility.set_location(' Leaving:'|| l_proc,20);
396: raise;

Line 429: hr_multi_message.end_validation_set;

425: -- if Multiple Message detection is enabled and at least
426: -- one error has been found then abort further validation.
427: --
428: --
429: hr_multi_message.end_validation_set;
430: --
431: ota_frm_bus.check_start_end_dates(p_rec.start_date_active
432: ,p_rec.end_date_active);
433:

Line 464: hr_multi_message.end_validation_set;

460: -- After validating the set of important attributes,
461: -- if Multiple Message detection is enabled and at least
462: -- one error has been found then abort further validation.
463: --
464: hr_multi_message.end_validation_set;
465: --
466: -- Validate Dependent Attributes
467: --
468: chk_non_updateable_args