DBA Data[Home] [Help]

APPS.OTA_LPC_BUS dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.add

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

Line 448: IF hr_multi_message.exception_add

444: --
445: EXCEPTION
446: WHEN app_exception.application_exception THEN
447:
448: IF hr_multi_message.exception_add
449: (p_associated_column1 => 'OTA_LP_SECTIONS.COMPLETION_TYPE_CODE') THEN
450:
451: hr_utility.set_location(' Leaving:'||v_proc, 92);
452: RAISE;

Line 698: IF hr_multi_message.exception_add

694: --
695: EXCEPTION
696: WHEN app_exception.application_exception THEN
697:
698: IF hr_multi_message.exception_add
699: (p_associated_column1 => 'OTA_LP_SECTIONS.NO_OF_MANDATORY_COURSES') THEN
700:
701: hr_utility.set_location(' Leaving:'||v_proc, 92);
702: RAISE;

Line 735: hr_multi_message.end_validation_set;

731: -- After validating the set of important attributes,
732: -- if Multiple Message detection is enabled and at least
733: -- one error has been found then abort further validation.
734: --
735: hr_multi_message.end_validation_set;
736: --
737: --
738: ota_general.check_domain_value(
739: p_domain_type => 'OTA_LP_SECTION_COMPLETION_TYPE',

Line 787: hr_multi_message.end_validation_set;

783: -- After validating the set of important attributes,
784: -- if Multiple Message detection is enabled and at least
785: -- one error has been found then abort further validation.
786: --
787: hr_multi_message.end_validation_set;
788: --
789: -- Validate Dependent Attributes
790: --
791: chk_non_updateable_args