DBA Data[Home] [Help]

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

Line 244: if hr_multi_message.exception_add

240: End If;
241: End If;
242: Exception
243: when app_exception.application_exception then
244: if hr_multi_message.exception_add
245: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_OPS.WRKPLC_VLDTN_OP_ID') then
246: hr_utility.set_location(' Leaving:'||l_proc,60);
247: raise;
248: end if;

Line 282: hr_multi_message.end_validation_set;

278: Chk_Ops_Req
279: (p_effective_date
280: ,p_rec);
281:
282: hr_multi_message.end_validation_set;
283: --
284: -- Validate Dependent Attributes
285: --
286: --

Line 314: hr_multi_message.end_validation_set;

310: -- After validating the set of important attributes,
311: -- if Multiple Message detection is enabled and at least
312: -- one error has been found then abort further validation.
313: --
314: hr_multi_message.end_validation_set;
315: --
316: -- Validate Dependent Attributes
317: --
318: chk_non_updateable_args