DBA Data[Home] [Help]

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

Line 248: if hr_multi_message.exception_add

244: End If;
245: Close c_TFF_CD_HR_LOOKUP;
246: Exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.Tariff_group_CD'
250: ) then
251: hr_utility.set_location(' Leaving:'||l_proc,60);
252: raise;

Line 284: if hr_multi_message.exception_add

280: End If;
281: Close c_unique_ENT_Desc;
282: Exception
283: when app_exception.application_exception then
284: if hr_multi_message.exception_add
285: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.DESCRIPTION'
286: ) then
287: hr_utility.set_location(' Leaving:'||l_proc,60);
288: raise;

Line 320: if hr_multi_message.exception_add

316: End If;
317: Close c_ENT_MIN_TFF_CD;
318: Exception
319: when app_exception.application_exception then
320: if hr_multi_message.exception_add
321: (p_associated_column1 => 'PQH_DE_ENT_MINUTES.ENT_MINUTES_CD'
322: ) then
323: hr_utility.set_location(' Leaving:'||l_proc,60);
324: raise;

Line 372: hr_multi_message.end_validation_set;

368: -- After validating the set of important attributes,
369: -- if Multiple Message detection is enabled and at least
370: -- one error has been found then abort further validation.
371: --
372: hr_multi_message.end_validation_set;
373: --
374: -- Validate Dependent Attributes
375: --
376: --

Line 425: hr_multi_message.end_validation_set;

421: -- After validating the set of important attributes,
422: -- if Multiple Message detection is enabled and at least
423: -- one error has been found then abort further validation.
424: --
425: hr_multi_message.end_validation_set;
426: --
427: -- Validate Dependent Attributes
428: --
429: