DBA Data[Home] [Help]

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

Line 730: hr_multi_message.end_validation_set;

726: -- After validating the set of important attributes,
727: -- if Multiple Message detection is enabled and at least
728: -- one error has been found then abort further validation.
729: --
730: hr_multi_message.end_validation_set;
731:
732: chkMaxSuccessors(p_rec.plan_id);
733:
734: chkPersonType(p_rec.plan_id, p_rec.successor_id);

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: chk_non_updateable_args