DBA Data[Home] [Help]

APPS.HR_ITL_INS dependencies on HR_KI_INTEGRATIONS_TL

Line 65: -- Insert the row into: hr_ki_integrations_tl

61: --
62: --
63: --
64: --
65: -- Insert the row into: hr_ki_integrations_tl
66: --
67: insert into hr_ki_integrations_tl
68: (integration_id
69: ,partner_name

Line 67: insert into hr_ki_integrations_tl

63: --
64: --
65: -- Insert the row into: hr_ki_integrations_tl
66: --
67: insert into hr_ki_integrations_tl
68: (integration_id
69: ,partner_name
70: ,service_name
71: ,language

Line 220: (p_module_name => 'HR_KI_INTEGRATIONS_TL'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'HR_KI_INTEGRATIONS_TL'
221: ,p_hook_type => 'AI');
222: --
223:
224: end;

Line 337: from hr_ki_integrations_tl itl

333: select l.language_code
334: from fnd_languages l
335: where l.installed_flag in ('I','B')
336: and not exists (select null
337: from hr_ki_integrations_tl itl
338: where
339: itl.integration_id = p_integration_id
340: and itl.language = l.language_code);
341: --