DBA Data[Home] [Help]

APPS.PAY_PBC_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,'BALANCE_CATEGORY_ID')
64: );
65: --

Line 1133: hr_multi_message.end_validation_set;

1129: -- after validating the set of important attributes,
1130: -- if Multiple Message Detection is enabled and at least
1131: -- one error has been found then abort further validation.
1132: --
1133: hr_multi_message.end_validation_set;
1134: END IF;
1135: --
1136: -- Validate Dependent Attributes
1137: --

Line 1203: hr_multi_message.end_validation_set;

1199: -- After validating the set of important attributes,
1200: -- if Multiple Message Detection is enabled and at least
1201: -- one error has been found then abort further validation.
1202: --
1203: hr_multi_message.end_validation_set;
1204: END IF;
1205: --
1206: -- Validate Dependent Attributes
1207: --