DBA Data[Home] [Help]

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

Line 235: if hr_multi_message.exception_add

231: hr_utility.raise_error;
232: End If;
233: Exception
234: when app_exception.application_exception then
235: if hr_multi_message.exception_add
236: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_JOBFTRS.JOB_FEATURE_CODE'
237: ) then
238: hr_utility.set_location(' Leaving:'||l_proc,60);
239: raise;

Line 268: hr_multi_message.end_validation_set;

264: -- After validating the set of important attributes,
265: -- if Multiple Message detection is enabled and at least
266: -- one error has been found then abort further validation.
267: --
268: hr_multi_message.end_validation_set;
269: --
270: -- Validate Dependent Attributes
271: --
272: Chk_Jobftr(p_effective_date, p_Rec.JOB_FEATURE_CODE);

Line 301: hr_multi_message.end_validation_set;

297: -- After validating the set of important attributes,
298: -- if Multiple Message detection is enabled and at least
299: -- one error has been found then abort further validation.
300: --
301: hr_multi_message.end_validation_set;
302: --
303: -- Validate Dependent Attributes
304: --
305: chk_non_updateable_args