DBA Data[Home] [Help]

APPS.PER_REQ_BUS dependencies on HR_MULTI_MESSAGE

Line 429: if hr_multi_message.exception_add

425: close csr_name;
426: hr_utility.set_location(' Leaving:'||l_proc,40);
427: exception
428: when app_exception.application_exception then
429: if hr_multi_message.exception_add
430: (p_associated_column1 => 'PER_REQUISITIONS.NAME'
431: ) then
432: hr_utility.set_location(' Leaving:'|| l_proc, 50);
433: raise;

Line 493: hr_multi_message.add

489: --
490: hr_utility.set_location(l_proc, 30);
491: if(p_date_from is NULL) then
492: fnd_message.set_name('PER','PER_289466_REQ_DATE_FROM_MAND');
493: hr_multi_message.add
494: (p_associated_column1 => 'PER_REQUISITIONS.DATE_FROM'
495: );
496:
497: end if;

Line 504: hr_multi_message.add

500: --
501: hr_utility.set_location(l_proc, 40);
502: if(p_date_from > nvl(p_date_to,hr_api.g_eot)) then
503: fnd_message.set_name('PER','IRC_ALL_DATE_START_END');
504: hr_multi_message.add
505: (p_associated_column1 => 'PER_REQUISITIONS.DATE_FROM'
506: ,p_associated_column2 => 'PER_REQUISITIONS.DATE_TO'
507: );
508: end if;

Line 595: if hr_multi_message.exception_add

591: end if;
592: hr_utility.set_location(' Leaving:'||l_proc,40);
593: exception
594: when app_exception.application_exception then
595: if hr_multi_message.exception_add
596: (p_associated_column1 => 'PER_REQUISITIONS.PERSON_ID'
597: ) then
598: hr_utility.set_location(' Leaving:'|| l_proc, 60);
599: raise;

Line 647: hr_multi_message.end_validation_set();

643: --
644: per_req_bus.chk_df
645: (p_rec => p_rec
646: );
647: hr_multi_message.end_validation_set();
648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 60);
650: End insert_validate;
651: --

Line 694: hr_multi_message.end_validation_set();

690: --
691: per_req_bus.chk_df
692: (p_rec => p_rec
693: );
694: hr_multi_message.end_validation_set();
695: --
696: hr_utility.set_location(' Leaving:'||l_proc, 60);
697: End update_validate;
698: --