DBA Data[Home] [Help]

APPS.OTA_ANC_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,'ANNOUNCEMENT_ID')
67: );
68: --

Line 189: IF hr_multi_message.exception_add(

185: --
186: Exception
187: WHEN app_exception.application_exception THEN
188:
189: IF hr_multi_message.exception_add(
190: p_associated_column1 => 'OTA_ANNOUNCEMENTS.START_DATE_ACTIVE'
191: ,p_associated_column2 => 'OTA_ANNOUNCEMENTS.END_DATE_ACTIVE')
192: THEN
193:

Line 419: hr_multi_message.end_validation_set;

415: -- one error has been found then abort further validation.
416: --
417: check_start_end_dates(p_rec.start_date_active,p_rec.end_date_active);
418: --
419: hr_multi_message.end_validation_set;
420: --
421: -- Validate Dependent Attributes
422: --
423: --

Line 455: hr_multi_message.end_validation_set;

451: -- one error has been found then abort further validation.
452: --
453: check_start_end_dates(p_rec.start_date_active,p_rec.end_date_active);
454: --
455: hr_multi_message.end_validation_set;
456: --
457: -- Validate Dependent Attributes
458: --
459: chk_non_updateable_args