DBA Data[Home] [Help]

APPS.PAY_PUR_BUS dependencies on APP_EXCEPTION

Line 208: when app_exception.application_exception then

204:
205: hr_utility.set_location(' Leaving:'|| l_proc, 20);
206: --
207: exception
208: when app_exception.application_exception then
209: if hr_multi_message.exception_add
210: (p_associated_column1 => 'PAY_USER_ROWS_F.LEGISLATION_CODE'
211: ) then
212: raise;

Line 410: when app_exception.application_exception then

406:
407: hr_utility.set_location(' Leaving:'|| l_proc, 20);
408:
409: exception
410: when app_exception.application_exception then
411: if hr_multi_message.exception_add
412: (p_associated_column1 => 'PAY_USER_ROWS_F.USER_TABLE_ID'
413: ) then
414: raise;

Line 495: when app_exception.application_exception then

491:
492: return l_return;
493:
494: exception
495: when app_exception.application_exception then
496: l_return := FALSE;
497: return l_return;
498:
499: end chk_format;

Line 685: when app_exception.application_exception then

681: hr_utility.set_location(' Leaving:'|| l_proc, 20);
682:
683: exception
684:
685: when app_exception.application_exception then
686: if hr_multi_message.exception_add
687: (p_associated_column1 => 'PAY_USER_ROWS_F.ROW_LOW_RANGE_OR_NAME') then
688: raise;
689: end if;

Line 794: when app_exception.application_exception then

790: hr_utility.set_location(' Leaving:'|| l_proc, 20);
791:
792: exception
793:
794: when app_exception.application_exception then
795: if hr_multi_message.exception_add
796: (p_associated_column1 => 'PAY_USER_ROWS_F.ROW_HIGH_RANGE') then
797: raise;
798: end if;

Line 978: when app_exception.application_exception then

974: hr_utility.set_location(' Leaving:'|| l_proc, 20);
975:
976: exception
977:
978: when app_exception.application_exception then
979: if hr_multi_message.exception_add
980: (p_associated_column1 => 'PAY_USER_ROWS_F.ROW_LOW_RANGE_OR_NAME' ,
981: p_associated_column2 => 'PAY_USER_ROWS_F.ROW_HIGH_RANGE' ) then
982: raise;

Line 1036: when app_exception.application_exception then

1032: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1033:
1034: Exception
1035:
1036: when app_exception.application_exception then
1037: if hr_multi_message.exception_add
1038: (p_associated_column1 => 'PAY_USER_ROWS_F.DISPLAY_SEQUENCE' ) then
1039: raise;
1040: end if;

Line 1260: when app_exception.application_exception then

1256:
1257: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1258: Exception
1259:
1260: when app_exception.application_exception then
1261: if hr_multi_message.exception_add
1262: (p_associated_column1 => 'PAY_USER_ROWS_F.USER_ROW_ID') then
1263: raise;
1264: end if;