DBA Data[Home] [Help]

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

Line 322: if hr_multi_message.exception_add

318: --
319: hr_utility.set_location('Leaving:'||l_proc, 30);
320: exception
321: when app_exception.application_exception then
322: if hr_multi_message.exception_add
323: (p_associated_column1 => 'PER_PARENT_SPINES.NAME'
324: ) then
325: hr_utility.set_location(' Leaving:'||l_proc,40);
326: raise;

Line 1099: hr_multi_message.end_validation_set;

1095: -- After validating the set of important attributes,
1096: -- if Multiple Message detection is enabled and at least
1097: -- one error has been found then abort further validation.
1098: --
1099: hr_multi_message.end_validation_set;
1100:
1101: hr_utility.set_location(l_proc, 70);
1102:
1103: --

Line 1154: hr_multi_message.end_validation_set;

1150: -- After validating the set of important attributes,
1151: -- if Multiple Message detection is enabled and at least
1152: -- one error has been found then abort further validation.
1153: --
1154: hr_multi_message.end_validation_set;
1155:
1156: --
1157: -- Validate non updatable args
1158: --