DBA Data[Home] [Help]

APPS.PER_CPO_BUS dependencies on HR_MULTI_MESSAGE

Line 63: hr_multi_message.add

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

Line 1083: hr_multi_message.end_validation_set;

1079: -- After validating the set of important attributes,
1080: -- if Multiple Message detection is enabled and at least
1081: -- one error has been found then abort further validation.
1082: --
1083: hr_multi_message.end_validation_set;
1084:
1085: --
1086: -- Validate competence_id
1087: --

Line 1182: hr_multi_message.end_validation_set;

1178: -- After validating the set of important attributes,
1179: -- if Multiple Message detection is enabled and at least
1180: -- one error has been found then abort further validation.
1181: --
1182: hr_multi_message.end_validation_set;
1183:
1184: --
1185: -- Validate competence_id
1186: --