DBA Data[Home] [Help]

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

Line 299: hr_multi_message.end_validation_set;

295: -- after validating the set of important attributes,
296: -- if Multiple Message Detection is enabled and at least
297: -- one error has been found then abort further validation.
298: --
299: hr_multi_message.end_validation_set;
300: END IF;
301: --
302: --
303: -- Validate Dependent Attributes

Line 342: hr_multi_message.end_validation_set;

338: -- After validating the set of important attributes,
339: -- if Multiple Message Detection is enabled and at least
340: -- one error has been found then abort further validation.
341: --
342: hr_multi_message.end_validation_set;
343: END IF;
344: --
345: --
346: -- Validate Dependent Attributes

Line 383: hr_multi_message.end_validation_set;

379: -- After validating the set of important attributes,
380: -- if Multiple Message Detection is enabled and at least
381: -- one error has been found then abort further validation.
382: --
383: hr_multi_message.end_validation_set;
384: END IF;
385: --
386: -- Call all supporting business operations
387: --