DBA Data[Home] [Help]

APPS.PER_SEU_BUS dependencies on HR_MULTI_MESSAGE

Line 80: hr_multi_message.add

76: --
77: -- The primary key is invalid therefore we must error
78: --
79: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
80: hr_multi_message.add
81: (p_associated_column1
82: => nvl(p_associated_column1,'SECURITY_USER_ID')
83: );
84: --

Line 314: hr_multi_message.add

310: hr_utility.set_location(l_proc, 20);
311: END IF;
312:
313: hr_utility.set_message(800, 'HR_50128_INVALID_USER');
314: hr_multi_message.add
315: (p_associated_column1 => 'PER_SECURITY_USERS.USER_ID');
316:
317: END IF;
318:

Line 392: hr_multi_message.add

388: hr_utility.set_location(l_proc, 20);
389: END IF;
390:
391: hr_utility.set_message(800, 'HR_50143_INVALID_SEC_PROF');
392: hr_multi_message.add
393: (p_associated_column1 => 'PER_SECURITY_USERS.SECURITY_PROFILE_ID');
394:
395: END IF;
396:

Line 457: IF hr_multi_message.no_exclusive_error

453: = NVL(p_security_profile_id, hr_api.g_number)) THEN
454: RETURN;
455: END IF;
456:
457: IF hr_multi_message.no_exclusive_error
458: (p_check_column1 => 'PER_SECURITY_USERS.USER_ID'
459: ,p_check_column2 => 'PER_SECURITY_USERS.SECURITY_PROFILE_ID')
460: THEN
461: --

Line 482: hr_multi_message.add

478: hr_utility.set_location(l_proc, 30);
479: END IF;
480:
481: hr_utility.set_message(800, 'HR_50145_SEU_NOT_UNIQUE');
482: hr_multi_message.add
483: (p_associated_column1 => 'PER_SECURITY_USERS.USER_ID'
484: ,p_associated_column2 => 'PER_SECURITY_USERS.SECURITY_PROFILE_ID');
485:
486: END IF;

Line 542: hr_multi_message.add

538: -- If the process_in_next_run_flag is not null, Y or N
539: -- raise an error message informing the user of this fact.
540: --
541: hr_utility.set_message(800, 'HR_50292_INVALID_PINR_FLAG');
542: hr_multi_message.add
543: (p_associated_column1 => 'PER_SECURITY_USERS.PROCESS_IN_NEXT_RUN_FLAG');
544:
545: IF g_debug THEN
546: hr_utility.set_location(l_proc, 69);

Line 619: hr_multi_message.end_validation_set;

615:
616: --
617: -- End exclusive validation.
618: --
619: hr_multi_message.end_validation_set;
620:
621: IF g_debug THEN
622: hr_utility.set_location(l_proc, 20);
623: END IF;

Line 708: hr_multi_message.end_validation_set;

704:
705: --
706: -- End exclusive validation.
707: --
708: hr_multi_message.end_validation_set;
709:
710: IF g_debug THEN
711: hr_utility.set_location(l_proc, 20);
712: END IF;