DBA Data[Home] [Help]

APPS.PQH_LVL_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_LVLNUM_ID')
64: );
65: --

Line 228: if hr_multi_message.exception_add

224: End If;
225: Close Lvlnum;
226: Exception
227: when app_exception.application_exception then
228: if hr_multi_message.exception_add
229: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_NUMBER_ID'
230: ) then
231: hr_utility.set_location(' Leaving:'||l_proc,60);
232: raise;

Line 260: if hr_multi_message.exception_add

256: End If;
257: Close Lvlcode;
258: Exception
259: when app_exception.application_exception then
260: if hr_multi_message.exception_add
261: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_LVLNUMS.LEVEL_CODE_ID'
262: ) then
263: hr_utility.set_location(' Leaving:'||l_proc,60);
264: raise;

Line 293: hr_multi_message.end_validation_set;

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

Line 328: hr_multi_message.end_validation_set;

324: -- After validating the set of important attributes,
325: -- if Multiple Message detection is enabled and at least
326: -- one error has been found then abort further validation.
327: --
328: hr_multi_message.end_validation_set;
329: --
330: -- Validate Dependent Attributes
331: --
332: chk_non_updateable_args