DBA Data[Home] [Help]

APPS.PAY_PUT_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'USER_TABLE_ID')
64: );
65: --

Line 185: if hr_multi_message.exception_add

181: hr_utility.set_location(' Leaving:'|| l_proc, 20);
182: --
183: exception
184: when app_exception.application_exception then
185: if hr_multi_message.exception_add
186: (p_associated_column1 => 'PAY_USER_TABLES.LEGISLATION_CODE'
187: ) then
188: raise;
189: end if;

Line 214: if hr_multi_message.exception_add

210: pay_put_shd.constraint_error('PAY_UTAB_RANGE_OR_MATCH_CHK');
211: end if;
212: exception
213: when app_exception.application_exception then
214: if hr_multi_message.exception_add
215: (p_associated_column1 => 'PAY_USER_TABLES.RANGE_OR_MATCH'
216: ) then
217: raise;
218: end if;

Line 231: if hr_multi_message.no_exclusive_error

227: ,p_user_key_units in varchar2
228: ) is
229: l_associated_column2 varchar2(80) := null;
230: begin
231: if hr_multi_message.no_exclusive_error
232: (p_check_column1 => 'PAY_USER_TABLES.RANGE_OR_MATCH'
233: ,p_associated_column1 => 'PAY_USER_TABLES.USER_KEY_UNITS'
234: ) then
235: if hr_api.not_exists_in_hrstanlookups

Line 249: if hr_multi_message.exception_add

245: end if;
246: end if;
247: exception
248: when app_exception.application_exception then
249: if hr_multi_message.exception_add
250: (p_associated_column1 => 'PAY_USER_TABLES.USER_KEY_UNITS'
251: ,p_associated_column2 => l_associated_column2
252: ) then
253: raise;

Line 365: if hr_multi_message.exception_add

361: end if;
362: end if;
363: exception
364: when app_exception.application_exception then
365: if hr_multi_message.exception_add
366: (p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_NAME'
367: ) then
368: raise;
369: end if;

Line 496: hr_multi_message.add(p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_ID');

492: into l_ret;
493: if csr_rows_exist%found then
494: close csr_rows_exist;
495: fnd_message.set_name('PAY', 'PAY_6369_USERTAB_ROWS_FIRST');
496: hr_multi_message.add(p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_ID');
497: else
498: close csr_rows_exist;
499: end if;
500: --

Line 507: hr_multi_message.add(p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_ID');

503: into l_ret;
504: if csr_columns_exist%found then
505: close csr_columns_exist;
506: fnd_message.set_name('PAY', 'PAY_6368_USERTAB_COLUMNS_FIRST');
507: hr_multi_message.add(p_associated_column1 => 'PAY_USER_TABLES.USER_TABLE_ID');
508: else
509: close csr_columns_exist;
510: end if;
511: exception

Line 602: hr_multi_message.end_validation_set;

598: -- after validating the set of important attributes,
599: -- if Multiple Message Detection is enabled and at least
600: -- one error has been found then abort further validation.
601: --
602: hr_multi_message.end_validation_set;
603: END IF;
604: --
605: if hr_startup_data_api_support.g_startup_mode not in ('GENERIC','USER') then
606:

Line 612: hr_multi_message.end_validation_set;

608: -- Validate Important Attributes
609: --
610: chk_legislation_code(p_legislation_code => p_rec.legislation_code);
611: --
612: hr_multi_message.end_validation_set;
613:
614: end if;
615: --
616: --

Line 678: hr_multi_message.end_validation_set;

674: -- After validating the set of important attributes,
675: -- if Multiple Message Detection is enabled and at least
676: -- one error has been found then abort further validation.
677: --
678: hr_multi_message.end_validation_set;
679: END IF;
680: --
681: --
682: -- Validate Dependent Attributes

Line 728: hr_multi_message.end_validation_set;

724: -- After validating the set of important attributes,
725: -- if Multiple Message Detection is enabled and at least
726: -- one error has been found then abort further validation.
727: --
728: hr_multi_message.end_validation_set;
729: END IF;
730: --
731: -- Call all supporting business operations
732: --