DBA Data[Home] [Help]

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

Line 746: hr_multi_message.end_validation_set;

742: -- after validating the set of important attributes,
743: -- if Multiple Message Detection is enabled and at least
744: -- one error has been found then abort further validation.
745: --
746: hr_multi_message.end_validation_set;
747: END IF;
748: --
749: chk_preferential_rate_cd (p_criteria_rate_defn_id => p_rec.criteria_rate_defn_id,
750: p_preferential_rate_cd => p_rec.preferential_rate_cd,

Line 825: hr_multi_message.end_validation_set;

821: -- After validating the set of important attributes,
822: -- if Multiple Message Detection is enabled and at least
823: -- one error has been found then abort further validation.
824: --
825: hr_multi_message.end_validation_set;
826: END IF;
827: --
828: --
829: chk_preferential_rate_cd (p_criteria_rate_defn_id => p_rec.criteria_rate_defn_id,

Line 897: hr_multi_message.end_validation_set;

893: -- After validating the set of important attributes,
894: -- if Multiple Message Detection is enabled and at least
895: -- one error has been found then abort further validation.
896: --
897: hr_multi_message.end_validation_set;
898: END IF;
899: --
900: -- Call all supporting business operations
901: --