DBA Data[Home] [Help]

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

Line 231: if hr_multi_message.exception_add

227: End If;
228: Close c_END_REASON_NUMBER;
229: Exception
230: when app_exception.application_exception then
231: if hr_multi_message.exception_add
232: (p_associated_column1 => 'pqh_de_ins_end_reasons.END_REASON_NUMBER'
233: ) then
234: hr_utility.set_location(' Leaving:'||l_proc,60);
235: raise;

Line 265: hr_multi_message.end_validation_set;

261: -- After validating the set of important attributes,
262: -- if Multiple Message detection is enabled and at least
263: -- one error has been found then abort further validation.
264: --
265: hr_multi_message.end_validation_set;
266: --
267: -- Validate Dependent Attributes
268: Chk_Unique_END_REASON_NUMBER(p_rec);
269: --

Line 297: hr_multi_message.end_validation_set;

293: -- After validating the set of important attributes,
294: -- if Multiple Message detection is enabled and at least
295: -- one error has been found then abort further validation.
296: --
297: hr_multi_message.end_validation_set;
298: --
299: -- Validate Dependent Attributes
300: --
301: chk_non_updateable_args