DBA Data[Home] [Help]

APPS.PAY_UCI_BUS dependencies on APP_EXCEPTION

Line 534: when app_exception.application_exception then

530:
531: hr_utility.set_location(' Leaving:'|| l_proc, 20);
532: --
533: exception
534: when app_exception.application_exception then
535: if hr_multi_message.exception_add
536: (p_associated_column1 => 'PAY_USER_COLUMN_INSTANCES_F.LEGISLATION_CODE'
537: ) then
538: raise;

Line 640: when app_exception.application_exception then

636:
637: hr_utility.set_location(' Leaving:'|| l_proc, 20);
638:
639: exception
640: when app_exception.application_exception then
641: if hr_multi_message.exception_add
642: (p_associated_column1 => 'PAY_USER_COLUMN_INSTANCES_F.USER_ROW_ID'
643: ) then
644: raise;

Line 738: when app_exception.application_exception then

734:
735: hr_utility.set_location(' Leaving:'|| l_proc, 20);
736:
737: exception
738: when app_exception.application_exception then
739: if hr_multi_message.exception_add
740: (p_associated_column1 => 'PAY_USER_COLUMN_INSTANCES_F.USER_COLUMN_ID'
741: ) then
742: raise;

Line 845: when app_exception.application_exception then

841: hr_utility.set_location(' Leaving:'|| l_proc, 20);
842:
843: exception
844:
845: when app_exception.application_exception then
846: if hr_multi_message.exception_add
847: (p_associated_column1 => 'PAY_USER_COLUMN_INSTANCES_F.USER_ROW_ID',
848: p_associated_column2 => 'PAY_USER_COLUMN_INSTANCES_F.USER_COLUMN_ID') then
849: raise;

Line 1058: when app_exception.application_exception then

1054: end if;
1055: hr_utility.set_location(' Leaving:'||l_proc, 50);
1056:
1057: Exception
1058: when app_exception.application_exception then
1059: if hr_multi_message.exception_add
1060: (p_associated_column1 => 'PAY_USER_COLUMN_INSTANCES_F.VALUE') then
1061: raise;
1062: end if;