DBA Data[Home] [Help]

APPS.HR_ITF_BUS dependencies on HR_MULTI_MESSAGE

Line 136: IF hr_multi_message.exception_add

132: hr_utility.set_location(' Leaving:' || l_proc,30);
133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_USER_INTERFACES.TYPE'
138: )
139: THEN
140: hr_utility.set_location(' Leaving:'|| l_proc,40);

Line 226: if hr_multi_message.no_exclusive_error

222: end if;
223:
224: close csr_form;
225:
226: if hr_multi_message.no_exclusive_error
227: (p_check_column1 =>
228: 'HR_KI_USER_INTERFACES.TYPE'
229: )
230: then

Line 251: IF hr_multi_message.exception_add

247: hr_utility.set_location(' Leaving:' || l_proc,20);
248:
249: Exception
250: when app_exception.application_exception then
251: IF hr_multi_message.exception_add
252: (p_associated_column1 => 'HR_KI_USER_INTERFACES.FORM_NAME'
253: )
254: THEN
255: hr_utility.set_location(' Leaving:'|| l_proc,30);

Line 338: if hr_multi_message.no_exclusive_error

334: end if;
335:
336: close csr_form_functions;
337:
338: if hr_multi_message.no_exclusive_error
339: (p_check_column1 =>
340: 'HR_KI_USER_INTERFACES.TYPE'
341: )
342: then

Line 362: IF hr_multi_message.exception_add

358: hr_utility.set_location(' Leaving:'|| l_proc,20);
359:
360: Exception
361: when app_exception.application_exception then
362: IF hr_multi_message.exception_add
363: (p_associated_column1 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE',
364: p_associated_column2 => 'HR_KI_USER_INTERFACES.REGION_CODE'
365: )
366: THEN

Line 418: if hr_multi_message.no_exclusive_error

414: Begin
415:
416: hr_utility.set_location(' Entering:' || l_proc,10);
417:
418: if hr_multi_message.no_exclusive_error
419: (p_check_column1 =>
420: 'HR_KI_USER_INTERFACES.TYPE'
421: )
422: then

Line 449: IF hr_multi_message.exception_add

445: hr_utility.set_location(' Leaving:'|| l_proc,20);
446:
447: Exception
448: when app_exception.application_exception then
449: IF hr_multi_message.exception_add
450: (p_associated_column1 => 'HR_KI_USER_INTERFACES.TYPE',
451: p_associated_column2 => 'HR_KI_USER_INTERFACES.FORM_NAME',
452: p_associated_column3 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE'
453: )

Line 523: IF hr_multi_message.exception_add

519: hr_utility.set_location(' Leaving:' || l_proc,20);
520:
521: Exception
522: when app_exception.application_exception then
523: IF hr_multi_message.exception_add
524: (p_associated_column1 =>
525: 'HR_KI_USER_INTERFACES.USER_INTERFACE_ID'
526: )THEN
527: hr_utility.set_location(' Leaving:'|| l_proc,30);