DBA Data[Home] [Help]

APPS.PER_ABB_BUS dependencies on HR_MULTI_MESSAGE

Line 186: if hr_multi_message.exception_add

182: hr_utility.set_location('Leaving:'||l_proc,10);
183: --
184: exception
185: when app_exception.application_exception then
186: if hr_multi_message.exception_add
187: (p_associated_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_EFFECTIVE'
188: ,p_associated_column2 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_END'
189: ) then
190: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 289: if hr_multi_message.no_all_inclusive_error

285: begin
286: --
287: hr_utility.set_location('Entering:'||l_proc,10);
288: --
289: if hr_multi_message.no_all_inclusive_error
290: (p_check_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_EFFECTIVE'
291: ,p_check_column2 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_END'
292: ) then
293: --

Line 408: if hr_multi_message.exception_add

404: p_date_end := l_date_end;
405: --
406: exception
407: when app_exception.application_exception then
408: if hr_multi_message.exception_add
409: (p_associated_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_EFFECTIVE'
410: ,p_associated_column2 => 'PER_ABSENCE_ATTENDANCE_TYPES.DATE_END'
411: ,p_associated_column3 => 'PER_ABSENCE_ATTENDANCE_TYPES.INPUT_VALUE_ID'
412: ) then

Line 488: if hr_multi_message.exception_add

484: hr_utility.set_location(l_proc, 20);
485:
486: exception
487: when app_exception.application_exception then
488: if hr_multi_message.exception_add
489: (p_same_associated_columns => 'Y'
490: ) then
491: hr_utility.set_location('Leaving:'||l_proc, 50);
492: raise;

Line 590: if hr_multi_message.exception_add

586: hr_utility.set_location('Leaving:'||l_proc,70);
587: --
588: exception
589: when app_exception.application_exception then
590: if hr_multi_message.exception_add
591: (p_associated_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.INCREASING_OR_DECREASING_FLAG'
592: ) then
593: hr_utility.set_location(' Leaving:'||l_proc, 80);
594: raise;

Line 644: if hr_multi_message.no_all_inclusive_error

640: begin
641: --
642: hr_utility.set_location('Entering:'||l_proc,10);
643: --
644: if hr_multi_message.no_all_inclusive_error
645: (p_check_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.INPUT_VALUE_ID'
646: ) then
647: --
648: --

Line 702: if hr_multi_message.exception_add

698: hr_utility.set_location('Leaving:'||l_proc,70);
699: --
700: exception
701: when app_exception.application_exception then
702: if hr_multi_message.exception_add
703: (p_associated_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.HOURS_OR_DAYS'
704: ) then
705: hr_utility.set_location(' Leaving:'||l_proc, 80);
706: raise;

Line 817: if hr_multi_message.exception_add

813: hr_utility.set_location('Leaving:'||l_proc,70);
814: --
815: exception
816: when app_exception.application_exception then
817: if hr_multi_message.exception_add
818: (p_associated_column1 => 'PER_ABSENCE_ATTENDANCE_TYPES.ABSENCE_CATEGORY'
819: ) then
820: hr_utility.set_location(' Leaving:'||l_proc, 80);
821: raise;

Line 1417: hr_multi_message.end_validation_set;

1413: -- After validating the set of important attributes,
1414: -- if Multiple Message detection is enabled and at least
1415: -- one error has been found then abort further validation.
1416: --
1417: hr_multi_message.end_validation_set;
1418: --
1419: -- Validate Dependent Attributes
1420: --
1421: per_abb_bus.chk_absence_type_dates

Line 1501: hr_multi_message.end_validation_set;

1497: -- After validating the set of important attributes,
1498: -- if Multiple Message detection is enabled and at least
1499: -- one error has been found then abort further validation.
1500: --
1501: hr_multi_message.end_validation_set;
1502: --
1503: -- Validate Dependent Attributes
1504: --
1505: chk_non_updateable_args