DBA Data[Home] [Help]

APPS.HR_INT_BUS dependencies on HR_MULTI_MESSAGE

Line 135: if hr_multi_message.exception_add

131:
132: hr_utility.set_location(' Leaving:'||l_proc,30);
133: exception
134: when app_exception.application_exception then
135: if hr_multi_message.exception_add
136: (p_associated_column1 => 'HR_KI_INTEGRATIONS.INTEGRATION_KEY'
137: )then
138: hr_utility.set_location(' Leaving:'||l_proc, 40);
139: raise;

Line 189: if hr_multi_message.exception_add

185:
186: hr_utility.set_location(' Leaving:'||l_proc,30);
187: exception
188: when app_exception.application_exception then
189: if hr_multi_message.exception_add
190: (p_associated_column1 => 'HR_KI_INTEGRATIONS.SYNCHED'
191: )then
192: hr_utility.set_location(' Leaving:'||l_proc, 40);
193: raise;

Line 261: if hr_multi_message.exception_add

257:
258: hr_utility.set_location(' Leaving:'||l_proc,30);
259: exception
260: when app_exception.application_exception then
261: if hr_multi_message.exception_add
262: (p_associated_column1 => 'HR_KI_INTEGRATIONS.SYNCHED'
263: )then
264: hr_utility.set_location(' Leaving:'||l_proc, 40);
265: raise;

Line 356: if hr_multi_message.no_exclusive_error

352: -- Only proceed with record validation when the
353: -- Multiple Message List does not already contain an errors
354: -- associated with the party_name
355: --
356: if hr_multi_message.no_exclusive_error
357: (p_check_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
358: ,p_associated_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
359: ) then
360:

Line 439: if hr_multi_message.exception_add

435: end if;
436:
437: exception
438: when app_exception.application_exception then
439: if hr_multi_message.exception_add
440: (p_associated_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
441: )then
442: hr_utility.set_location(' Leaving:'||l_proc, 40);
443: raise;

Line 499: if hr_multi_message.no_exclusive_error

495: hr_utility.set_location('Entering:'||l_proc,10);
496: --
497: -- Check value has been passed
498: --
499: if hr_multi_message.no_exclusive_error
500: (p_check_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
501: ,p_associated_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
502: ) then
503:

Line 538: if hr_multi_message.exception_add

534: end if;
535: hr_utility.set_location(' Leaving:'||l_proc,30);
536: exception
537: when app_exception.application_exception then
538: if hr_multi_message.exception_add
539: (p_associated_column1 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
540: )then
541: hr_utility.set_location(' Leaving:'||l_proc, 40);
542: raise;

Line 634: if hr_multi_message.no_exclusive_error

630: -- Only proceed with record validation when the
631: -- Multiple Message List does not already contain an errors
632: -- associated with the party_name
633: --
634: if hr_multi_message.no_exclusive_error
635: (p_check_column1 => 'HR_KI_INTEGRATIONS.PARTY_NAME'
636: ,p_associated_column1 => 'HR_KI_INTEGRATIONS.PARTY_NAME'
637: ) then
638:

Line 709: if hr_multi_message.exception_add

705: end if;
706:
707: exception
708: when app_exception.application_exception then
709: if hr_multi_message.exception_add
710: (p_associated_column1 => 'HR_KI_INTEGRATIONS.PARTY_NAME'
711: )then
712: hr_utility.set_location(' Leaving:'||l_proc, 40);
713: raise;

Line 914: if hr_multi_message.exception_add

910:
911:
912: exception
913: when app_exception.application_exception then
914: if hr_multi_message.exception_add
915: (p_associated_column1 => 'HR_KI_INTEGRATIONS.URL'
916: ,p_associated_column2 => 'HR_KI_INTEGRATIONS.EXT_APPLICATION_ID'
917: ,p_associated_column3 => 'HR_KI_INTEGRATIONS.PARTY_NAME'
918: )then

Line 1034: if hr_multi_message.exception_add

1030:
1031: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1032: exception
1033: when app_exception.application_exception then
1034: if hr_multi_message.exception_add
1035: (p_associated_column1 => 'HR_KI_INTEGRATIONS.integration_id'
1036: ) then
1037: hr_utility.set_location(' Leaving:'|| l_proc, 50);
1038: raise;