DBA Data[Home] [Help]

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

Line 942: hr_multi_message.end_validation_set;

938: -- after validating the set of important attributes,
939: -- if Multiple Message Detection is enabled and at least
940: -- one error has been found then abort further validation.
941: --
942: hr_multi_message.end_validation_set;
943: END IF;
944: --
945: --
946: -- Validate Dependent Attributes

Line 1004: hr_multi_message.end_validation_set;

1000: -- After validating the set of important attributes,
1001: -- if Multiple Message Detection is enabled and at least
1002: -- one error has been found then abort further validation.
1003: --
1004: hr_multi_message.end_validation_set;
1005: END IF;
1006: --
1007: --
1008: -- Validate Dependent Attributes

Line 1050: hr_multi_message.end_validation_set;

1046: -- After validating the set of important attributes,
1047: -- if Multiple Message Detection is enabled and at least
1048: -- one error has been found then abort further validation.
1049: --
1050: hr_multi_message.end_validation_set;
1051: END IF;
1052: --
1053: -- Call all supporting business operations
1054: --