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 684: when app_exception.application_exception then

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

Line 793: when app_exception.application_exception then

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

Line 975: when app_exception.application_exception then

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

Line 1033: when app_exception.application_exception then

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

Line 1257: when app_exception.application_exception then

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