DBA Data[Home] [Help]

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

Line 283: hr_multi_message.end_validation_set;

279: -- after validating the set of important attributes,
280: -- if Multiple Message Detection is enabled and at least
281: -- one error has been found then abort further validation.
282: --
283: hr_multi_message.end_validation_set;
284: END IF;
285: --
286: --
287: -- Validate Dependent Attributes

Line 326: hr_multi_message.end_validation_set;

322: -- After validating the set of important attributes,
323: -- if Multiple Message Detection is enabled and at least
324: -- one error has been found then abort further validation.
325: --
326: hr_multi_message.end_validation_set;
327: END IF;
328: --
329: --
330: -- Validate Dependent Attributes

Line 367: hr_multi_message.end_validation_set;

363: -- After validating the set of important attributes,
364: -- if Multiple Message Detection is enabled and at least
365: -- one error has been found then abort further validation.
366: --
367: hr_multi_message.end_validation_set;
368: END IF;
369: --
370: -- Call all supporting business operations
371: --