DBA Data[Home] [Help]

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

Line 227: if hr_multi_message.exception_add

223: hr_utility.raise_error;
224: End If;
225: Exception
226: when app_exception.application_exception then
227: if hr_multi_message.exception_add
228: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_OPS.Wrkplc_Vldtn_Op_Id'
229: ) then
230: hr_utility.set_location(' Leaving:'||l_proc,60);
231: raise;

Line 260: hr_multi_message.end_validation_set;

256: -- After validating the set of important attributes,
257: -- if Multiple Message detection is enabled and at least
258: -- one error has been found then abort further validation.
259: --
260: hr_multi_message.end_validation_set;
261: --
262: -- Validate Dependent Attributes
263: --
264: --

Line 292: hr_multi_message.end_validation_set;

288: -- After validating the set of important attributes,
289: -- if Multiple Message detection is enabled and at least
290: -- one error has been found then abort further validation.
291: --
292: hr_multi_message.end_validation_set;
293: --
294: -- Validate Dependent Attributes
295: --
296: chk_non_updateable_args