DBA Data[Home] [Help]

APPS.PAY_PUC_BUS dependencies on HR_MULTI_MESSAGE

Line 66: hr_multi_message.add

62: --
63: -- The primary key is invalid therefore we must error
64: --
65: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
66: hr_multi_message.add
67: (p_associated_column1
68: => nvl(p_associated_column1,'USER_COLUMN_ID')
69: );
70: --

Line 266: if hr_multi_message.exception_add

262: hr_utility.set_location(' Leaving:'|| l_proc, 20);
263: --
264: exception
265: when app_exception.application_exception then
266: if hr_multi_message.exception_add
267: (p_associated_column1 => 'PAY_USER_COLUMNS.LEGISLATION_CODE'
268: ) then
269: raise;
270: end if;

Line 336: if hr_multi_message.exception_add

332: fnd_message.raise_error;
333: end if;
334: exception
335: when app_exception.application_exception then
336: if hr_multi_message.exception_add
337: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_TABLE_ID'
338: ) then
339: raise;
340: end if;

Line 385: if hr_multi_message.no_exclusive_error

381: l_proc varchar2(100) := g_package || 'chk_user_column_name';
382: l_name varchar2(200);
383: l_exists varchar2(1);
384: begin
385: if hr_multi_message.no_exclusive_error
386: (p_check_column1 => 'PAY_USER_COLUMNS.USER_TABLE_ID'
387: ,p_associated_column1 => 'PAY_USER_COLUMNS.USER_COLUMN_NAME'
388: ) and (
389: not pay_puc_shd.api_updating

Line 418: if hr_multi_message.exception_add

414: close csr_name_exists;
415: end if;
416: exception
417: when app_exception.application_exception then
418: if hr_multi_message.exception_add
419: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_COLUMN_NAME'
420: ) then
421: raise;
422: end if;

Line 523: if hr_multi_message.exception_add

519: end if;
520: end if;
521: exception
522: when app_exception.application_exception then
523: if hr_multi_message.exception_add
524: (p_associated_column1 => 'PAY_USER_COLUMNS.FORMULA_ID'
525: ) then
526: raise;
527: end if;

Line 566: if hr_multi_message.exception_add

562: end if;
563: close csr_values_exist;
564: exception
565: when app_exception.application_exception then
566: if hr_multi_message.exception_add
567: (p_associated_column1 => 'PAY_USER_COLUMNS.USER_COLUMN_ID'
568: ) then
569: raise;
570: end if;

Line 659: hr_multi_message.end_validation_set;

655: -- after validating the set of important attributes,
656: -- if Multiple Message Detection is enabled and at least
657: -- one error has been found then abort further validation.
658: --
659: hr_multi_message.end_validation_set;
660: END IF;
661: --
662:
663: if hr_startup_data_api_support.g_startup_mode not in ('GENERIC','USER') then

Line 669: hr_multi_message.end_validation_set;

665: -- Validate Important Attributes
666: --
667: chk_legislation_code(p_legislation_code => p_rec.legislation_code);
668: --
669: hr_multi_message.end_validation_set;
670:
671: end if;
672: --
673:

Line 679: hr_multi_message.end_validation_set;

675: (p_user_table_id => p_rec.user_table_id
676: ,p_business_group_id => p_rec.business_group_id
677: ,p_legislation_code => p_rec.legislation_code
678: );
679: hr_multi_message.end_validation_set;
680: --
681: -- Validate Dependent Attributes
682: --
683: chk_user_column_name

Line 738: hr_multi_message.end_validation_set;

734: -- After validating the set of important attributes,
735: -- if Multiple Message Detection is enabled and at least
736: -- one error has been found then abort further validation.
737: --
738: hr_multi_message.end_validation_set;
739: END IF;
740: --
741: --
742: -- Validate Dependent Attributes

Line 796: hr_multi_message.end_validation_set;

792: -- After validating the set of important attributes,
793: -- if Multiple Message Detection is enabled and at least
794: -- one error has been found then abort further validation.
795: --
796: hr_multi_message.end_validation_set;
797: END IF;
798: --
799: -- Call all supporting business operations
800: --