DBA Data[Home] [Help]

APPS.OTA_BJS_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'BOOKING_JUSTIFICATION_ID')
67: );
68: --

Line 240: IF hr_multi_message.exception_add(

236:
237: Exception
238: WHEN app_exception.application_exception THEN
239:
240: IF hr_multi_message.exception_add(
241: p_associated_column1 => 'OTA_BOOKING_JUSTIFICATIONS_VL.START_DATE_ACTIVE')
242: THEN
243:
244: hr_utility.set_location(' Leaving:'||v_proc, 22);

Line 289: IF hr_multi_message.exception_add(

285:
286: Exception
287: WHEN app_exception.application_exception THEN
288:
289: IF hr_multi_message.exception_add(
290: p_associated_column1 => 'OTA_BOOKING_JUSTIFICATIONS_VL.BOOKING_JUSTIFICATION_ID')
291: THEN
292:
293: hr_utility.set_location(' Leaving:'||v_proc, 22);

Line 326: hr_multi_message.end_validation_set;

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

Line 360: hr_multi_message.end_validation_set;

356: -- After validating the set of important attributes,
357: -- if Multiple Message detection is enabled and at least
358: -- one error has been found then abort further validation.
359: --
360: hr_multi_message.end_validation_set;
361: --
362: -- Validate Dependent Attributes
363: --
364: chk_non_updateable_args