DBA Data[Home] [Help]

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

Line 255: IF hr_multi_message.no_exclusive_error

251:
252: Begin
253: hr_utility.set_location(' Entering:' || l_proc,10);
254: --
255: IF hr_multi_message.no_exclusive_error
256: (p_check_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'
257: ,p_check_column2 => 'OTA_CHATS_B.END_DATE_ACTIVE'
258: ,p_associated_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'
259: ,p_associated_column2 => 'OTA_CHATS_B.END_DATE_ACTIVE'

Line 285: IF hr_multi_message.exception_add

281: --
282: hr_utility.set_location(' Leaving:' || l_proc,10);
283: Exception
284: when app_exception.application_exception then
285: IF hr_multi_message.exception_add
286: (p_associated_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'
287: ,p_associated_column2 => 'OTA_CHATS_B.END_DATE_ACTIVE'
288: ) THEN
289: hr_utility.set_location(' Leaving:'|| l_proc,20);

Line 340: hr_multi_message.end_validation_set;

336: -- After validating the set of important attributes,
337: -- if Multiple Message detection is enabled and at least
338: -- one error has been found then abort further validation.
339: --
340: hr_multi_message.end_validation_set;
341: --
342: -- Validate Dependent Attributes
343: --
344: --

Line 373: hr_multi_message.end_validation_set;

369: -- After validating the set of important attributes,
370: -- if Multiple Message detection is enabled and at least
371: -- one error has been found then abort further validation.
372: --
373: hr_multi_message.end_validation_set;
374: --
375: -- Validate Dependent Attributes
376: --
377: chk_non_updateable_args