DBA Data[Home] [Help]

APPS.PAY_TDU_BUS dependencies on HR_MULTI_MESSAGE

Line 150: if hr_multi_message.exception_add

146:
147: exception
148:
149: when app_exception.application_exception then
150: if hr_multi_message.exception_add
151: (p_associated_column1 => 'PAY_TIME_DEF_USAGES.TIME_DEFINITION_ID') then
152: raise;
153: end if;
154:

Line 216: if hr_multi_message.no_exclusive_error

212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: if hr_multi_message.no_exclusive_error
217: (p_check_column1 => 'PAY_TIME_DEF_USAGES.TIME_DEFINITION_ID'
218: ,p_associated_column1 => 'PAY_TIME_DEF_USAGES.USAGE_TYPE'
219: ) then
220:

Line 269: if hr_multi_message.exception_add

265:
266: exception
267:
268: when app_exception.application_exception then
269: if hr_multi_message.exception_add
270: (p_associated_column1 => 'PAY_TIME_DEF_USAGES.USAGE_TYPE') then
271: raise;
272: end if;
273: