DBA Data[Home] [Help]

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

Line 390: IF hr_multi_message.exception_add(

386:
387: --MULTI MESSAGE SUPPORT
388: EXCEPTION
389: WHEN app_exception.application_exception THEN
390: IF hr_multi_message.exception_add(
391: p_associated_column1 => 'OTA_CERT_PRD_ENROLLMENTS.period_status_code') THEN
392: hr_utility.set_location(' Leaving:'||l_proc, 32);
393: RAISE;
394:

Line 474: hr_multi_message.end_validation_set;

470: -- After validating the set of important attributes,
471: -- if Multiple Message detection is enabled and at least
472: -- one error has been found then abort further validation.
473: --
474: hr_multi_message.end_validation_set;
475: --
476: -- Validate Dependent Attributes
477: --
478: chk_period_status_code(p_effective_date => p_effective_date,

Line 514: hr_multi_message.end_validation_set;

510: -- After validating the set of important attributes,
511: -- if Multiple Message detection is enabled and at least
512: -- one error has been found then abort further validation.
513: --
514: hr_multi_message.end_validation_set;
515: --
516: -- Validate Dependent Attributes
517: --
518: chk_non_updateable_args