DBA Data[Home] [Help]

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

Line 739: hr_multi_message.end_validation_set;

735: -- After validating the set of important attributes,
736: -- if Multiple Message detection is enabled and at least
737: -- one error has been found then abort further validation.
738: --
739: hr_multi_message.end_validation_set;
740: --
741: -- Validate Dependent Attributes
742: --
743: chk_ordr_num(p_cwb_wksht_grp_id => p_rec.cwb_wksht_grp_id,

Line 801: hr_multi_message.end_validation_set;

797: -- After validating the set of important attributes,
798: -- if Multiple Message detection is enabled and at least
799: -- one error has been found then abort further validation.
800: --
801: hr_multi_message.end_validation_set;
802: --
803: -- Validate Dependent Attributes
804: --
805: chk_non_updateable_args