DBA Data[Home] [Help]

APPS.HR_ITL_BUS dependencies on HR_KI_INTEGRATIONS_TL

Line 137: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.INTEGRATION_ID'

133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.INTEGRATION_ID'
138: ) THEN
139: hr_utility.set_location(' Leaving:'|| l_proc,30);
140: raise;
141: END IF;

Line 182: from hr_ki_integrations_tl

178: l_proc varchar2(72) := g_package || 'CHK_SERVICE_NAME';
179: l_name varchar2(1);
180: cursor csr_name is
181: select null
182: from hr_ki_integrations_tl
183: where
184: integration_id <> p_integration_id
185: and service_name = p_service_name
186: and partner_name=p_partner_name

Line 233: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.SERVICE_NAME'

229: hr_utility.set_location(' Leaving:'||l_proc,50);
230: exception
231: when app_exception.application_exception then
232: if hr_multi_message.exception_add
233: (p_associated_column1 => 'HR_KI_INTEGRATIONS_TL.SERVICE_NAME'
234: )then
235: hr_utility.set_location(' Leaving:'||l_proc, 60);
236: raise;
237: end if;