DBA Data[Home] [Help]

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

Line 422: IF hr_multi_message.exception_add(

418: --
419: Exception
420: WHEN app_exception.application_exception THEN
421:
422: IF hr_multi_message.exception_add(
423: p_associated_column1 => 'OTA_CONFERENCE_SERVERS_B.BUSINESS_GROUP_ID',
424: p_associated_column2 => 'OTA_CONFERENCE_SERVERS_B.CONFERENCE_SERVER_ID')
425: THEN
426:

Line 610: hr_multi_message.end_validation_set;

606: -- After validating the set of important attributes,
607: -- if Multiple Message detection is enabled and at least
608: -- one error has been found then abort further validation.
609: --
610: hr_multi_message.end_validation_set;
611: --
612: -- Validate Dependent Attributes
613: --
614: --

Line 649: hr_multi_message.end_validation_set;

645: -- After validating the set of important attributes,
646: -- if Multiple Message detection is enabled and at least
647: -- one error has been found then abort further validation.
648: --
649: hr_multi_message.end_validation_set;
650: --
651: -- Validate Dependent Attributes
652: --
653: chk_non_updateable_args