DBA Data[Home] [Help]

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

Line 635: hr_multi_message.add

631: ,p_from_date => p_validation_start_date
632: ,p_to_date => p_validation_end_date))) Then
633: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
634: fnd_message.set_token('TABLE_NAME','pqh_accommodations_f');
635: hr_multi_message.add
636: (p_associated_column1 => pqh_asa_shd.g_tab_nam || '.ACCOMMODATION_ID');
637: End If;
638: --
639: Exception

Line 776: hr_multi_message.end_validation_set;

772: -- After validating the set of important attributes,
773: -- if Multiple Message detection is enabled and at least
774: -- one error has been found then abort further validation.
775: --
776: hr_multi_message.end_validation_set;
777: --
778: -- Validate Dependent Attributes
779: --
780: --

Line 815: hr_multi_message.end_validation_set;

811: -- After validating the set of important attributes,
812: -- if Multiple Message detection is enabled and at least
813: -- one error has been found then abort further validation.
814: --
815: hr_multi_message.end_validation_set;
816: --
817: -- Validate Dependent Attributes
818: --
819: -- Call the datetrack update integrity operation