DBA Data[Home] [Help]

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

Line 288: hr_multi_message.end_validation_set;

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

Line 331: hr_multi_message.end_validation_set;

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

Line 372: hr_multi_message.end_validation_set;

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