DBA Data[Home] [Help]

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

Line 239: if hr_multi_message.exception_add

235: End If;
236: Close c_Description;
237: Exception
238: when app_exception.application_exception then
239: if hr_multi_message.exception_add
240: (p_associated_column1 => 'pqh_de_operation_groups.Description'
241: ) then
242: hr_utility.set_location(' Leaving:'||l_proc,60);
243: raise;

Line 274: if hr_multi_message.exception_add

270: End If;
271: Close c_operation_Group_CODE;
272: Exception
273: when app_exception.application_exception then
274: if hr_multi_message.exception_add
275: (p_associated_column1 => 'PQH_DE_OPERATION_groupS.operation_Group_CODE'
276: ) then
277: hr_utility.set_location(' Leaving:'||l_proc,60);
278: raise;

Line 329: hr_multi_message.end_validation_set;

325: -- if Multiple Message detection is enabled and at least
326: -- one error has been found then abort further validation.
327: --
328:
329: hr_multi_message.end_validation_set;
330: Chk_Unique_opg_Group_CODE(p_rec);
331: Chk_Unique_Description(p_rec);
332:
333:

Line 385: hr_multi_message.end_validation_set;

381: -- if Multiple Message detection is enabled and at least
382: -- one error has been found then abort further validation.
383: --
384:
385: hr_multi_message.end_validation_set;
386: Chk_Unique_opg_Group_CODE(p_rec);
387: Chk_Unique_Description(p_rec);
388: --
389: -- Validate Dependent Attributes