DBA Data[Home] [Help]

APPS.IRC_RTM_BUS dependencies on APP_EXCEPTION

Line 256: when app_exception.application_exception then

252: --
253: hr_utility.set_location(' Leaving:'||l_proc,50);
254: --
255: exception
256: when app_exception.application_exception then
257: if hr_multi_message.exception_add
258: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.PERSON_ID'
259: ) then
260: --

Line 341: when app_exception.application_exception then

337: close csr_vacancy_id;
338: hr_utility.set_location(' Leaving:'||l_proc,35);
339: --
340: exception
341: when app_exception.application_exception then
342: if hr_multi_message.exception_add
343: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.VACANCY_ID'
344: ) then
345: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 437: when app_exception.application_exception then

433: end if;
434: hr_utility.set_location(' Leaving:'||l_proc,45);
435: --
436: exception
437: when app_exception.application_exception then
438: if hr_multi_message.exception_add
439: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.JOB_ID'
440: ) then
441: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 533: when app_exception.application_exception then

529: end if;
530: hr_utility.set_location(' Leaving:'||l_proc,35);
531: --
532: exception
533: when app_exception.application_exception then
534: if hr_multi_message.exception_add
535: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.JOB_ID'
536: ) then
537: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 610: when app_exception.application_exception then

606: end if;
607: end if;
608: hr_utility.set_location(' Leaving:'||l_proc,45);
609: exception
610: when app_exception.application_exception then
611: if hr_multi_message.exception_add
612: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.START_DATE'
613: ,p_associated_column2 => 'IRC_REC_TEAM_MEMBERS.END_DATE'
614: ) then

Line 693: when app_exception.application_exception then

689: --
690: end if;
691: hr_utility.set_location(' Leaving:'||l_proc,45);
692: exception
693: when app_exception.application_exception then
694: if hr_multi_message.exception_add
695: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.UPDATE_ALLOWED'
696: ) then
697: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 774: when app_exception.application_exception then

770: end if;
771: hr_utility.set_location(' Leaving:'||l_proc,45);
772: --
773: exception
774: when app_exception.application_exception then
775: if hr_multi_message.exception_add
776: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.DELETE_ALLOWED'
777: ) then
778: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 850: when app_exception.application_exception then

846: --
847: hr_utility.set_location(' Leaving:'||l_proc,40);
848: --
849: exception
850: when app_exception.application_exception then
851: if hr_multi_message.exception_add
852: (p_associated_column1 => 'IRC_REC_TEAM_MEMBERS.PERSON_ID'
853: ,p_associated_column2 => 'IRC_REC_TEAM_MEMBERS.VACANCY_ID'
854: ) then