DBA Data[Home] [Help]

APPS.PAY_EVQ_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'EVENT_QUALIFIER_ID')
64: );
65: --

Line 428: hr_multi_message.add;

424: ,p_to_date => p_validation_end_date
425: )) Then
426: fnd_message.set_name('PAY','HR_7215_DT_CHILD_EXISTS');
427: fnd_message.set_token('TABLE_NAME','event value changes');
428: hr_multi_message.add;
429: End If;
430: --
431: End If;
432: --

Line 597: hr_multi_message.end_validation_set;

593: -- after validating the set of important attributes,
594: -- if Multiple Message Detection is enabled and at least
595: -- one error has been found then abort further validation.
596: --
597: hr_multi_message.end_validation_set;
598: END IF;
599: --
600: --
601: -- Validate Dependent Attributes

Line 648: hr_multi_message.end_validation_set;

644: -- After validating the set of important attributes,
645: -- if Multiple Message Detection is enabled and at least
646: -- one error has been found then abort further validation.
647: --
648: hr_multi_message.end_validation_set;
649: END IF;
650: end if;
651: --
652: --

Line 703: hr_multi_message.end_validation_set;

699: -- After validating the set of important attributes,
700: -- if Multiple Message Detection is enabled and at least
701: -- one error has been found then abort further validation.
702: --
703: hr_multi_message.end_validation_set;
704: END IF;
705: --
706: -- Call all supporting business operations
707: --