DBA Data[Home] [Help]

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

Line 1121: hr_multi_message.end_validation_set;

1117: -- after validating the set of important attributes,
1118: -- if Multiple Message Detection is enabled and at least
1119: -- one error has been found then abort further validation.
1120: --
1121: hr_multi_message.end_validation_set;
1122: END IF;
1123: --
1124: --
1125: -- Validate Dependent Attributes

Line 1233: hr_multi_message.end_validation_set;

1229: -- After validating the set of important attributes,
1230: -- if Multiple Message Detection is enabled and at least
1231: -- one error has been found then abort further validation.
1232: --
1233: hr_multi_message.end_validation_set;
1234: END IF;
1235: --
1236: --
1237: -- Validate Dependent Attributes

Line 1323: hr_multi_message.end_validation_set;

1319: -- After validating the set of important attributes,
1320: -- if Multiple Message Detection is enabled and at least
1321: -- one error has been found then abort further validation.
1322: --
1323: hr_multi_message.end_validation_set;
1324: END IF;
1325: --
1326: -- Call all supporting business operations
1327: --