DBA Data[Home] [Help]

APPS.OTA_BJT_BUS dependencies on HR_MULTI_MESSAGE

Line 66: hr_multi_message.add

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

Line 269: IF hr_multi_message.exception_add

265: END IF;
266: EXCEPTION
267: WHEN app_exception.application_exception THEN
268:
269: IF hr_multi_message.exception_add
270: (p_associated_column1 => 'OTA_BOOKING_JUSTIFICATIONS_VL.JUSTIFICATION_TEXT') THEN
271:
272: hr_utility.set_location(' Leaving:'||l_proc, 92);
273: RAISE;