DBA Data[Home] [Help]

APPS.PQP_PL_VEHICLE_REPOSITORY dependencies on HR_MULTI_MESSAGE

Line 89: IF hr_multi_message.exception_add(p_same_associated_columns => 'Y') THEN

85: -- End of Mandatory check
86:
87: End if;
88: EXCEPTION WHEN app_exception.application_exception THEN
89: IF hr_multi_message.exception_add(p_same_associated_columns => 'Y') THEN
90: RAISE;
91: END IF;
92: -- After validating the set of important attributes
93: -- if Multiple Message detection is enabled and at least

Line 95: hr_multi_message.end_validation_set;

91: END IF;
92: -- After validating the set of important attributes
93: -- if Multiple Message detection is enabled and at least
94: -- one error has been found then abort further validation.
95: hr_multi_message.end_validation_set;
96:
97: --hr_utility.set_location('End of Vehicle Ownership check',30);
98: -- End of Vehicle Ownership check
99: End create_pl_vehicle;

Line 186: IF hr_multi_message.exception_add(p_same_associated_columns => 'Y') THEN

182:
183: End if;
184:
185: EXCEPTION WHEN app_exception.application_exception THEN
186: IF hr_multi_message.exception_add(p_same_associated_columns => 'Y') THEN
187: RAISE;
188: END IF;
189: -- After validating the set of important attributes
190: -- if Multiple Message detection is enabled and at least

Line 192: hr_multi_message.end_validation_set;

188: END IF;
189: -- After validating the set of important attributes
190: -- if Multiple Message detection is enabled and at least
191: -- one error has been found then abort further validation.
192: hr_multi_message.end_validation_set;
193: -- End of Vehicle Ownership check
194: End update_pl_vehicle;
195: -- End of update_pl_vehicle
196: