DBA Data[Home] [Help]

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

Line 243: if hr_multi_message.exception_add

239: End If;
240: Close c_case_group_NUMBER;
241: Exception
242: when app_exception.application_exception then
243: if hr_multi_message.exception_add
244: (p_associated_column1 => 'PQH_DE_case_groupS.ADVANCEMENT_TO'
245: ) then
246: hr_utility.set_location(' Leaving:'||l_proc,60);
247: raise;

Line 278: if hr_multi_message.exception_add

274: End If;
275: Close Del;
276: Exception
277: when app_exception.application_exception then
278: if hr_multi_message.exception_add
279: (p_associated_column1 => 'PQH_DE_CASE_GROUPS.CASE_GROUP_NUMBER'
280: ) then
281: hr_utility.set_location(' Leaving:'||l_proc,60);
282: raise;

Line 312: if hr_multi_message.exception_add

308: End If;
309: Close c_case_group_NUMBER;
310: Exception
311: when app_exception.application_exception then
312: if hr_multi_message.exception_add
313: (p_associated_column1 => 'PQH_DE_case_groupS.case_group_NUMBER'
314: ) then
315: hr_utility.set_location(' Leaving:'||l_proc,60);
316: raise;

Line 368: hr_multi_message.end_validation_set;

364: --
365: Chk_Unique_case_group_NUMBER (P_Rec);
366:
367:
368: hr_multi_message.end_validation_set;
369: --
370: -- Validate Dependent Attributes
371: --
372: --

Line 421: hr_multi_message.end_validation_set;

417: -- After validating the set of important attributes,
418: -- if Multiple Message detection is enabled and at least
419: -- one error has been found then abort further validation.
420: --
421: hr_multi_message.end_validation_set;
422:
423:
424:
425: --