DBA Data[Home] [Help]

APPS.HR_ITL_UPD dependencies on HR_KI_INTEGRATIONS_TL

Line 66: -- Update the hr_ki_integrations_tl Row

62: --
63: --
64: --
65: --
66: -- Update the hr_ki_integrations_tl Row
67: --
68: update hr_ki_integrations_tl
69: set
70: integration_id = p_rec.integration_id

Line 68: update hr_ki_integrations_tl

64: --
65: --
66: -- Update the hr_ki_integrations_tl Row
67: --
68: update hr_ki_integrations_tl
69: set
70: integration_id = p_rec.integration_id
71: ,partner_name = p_rec.partner_name
72: ,service_name = p_rec.service_name

Line 214: (p_module_name => 'HR_KI_INTEGRATIONS_TL'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'HR_KI_INTEGRATIONS_TL'
215: ,p_hook_type => 'AU');
216: --
217:
218:

Line 401: from hr_ki_integrations_tl itl

397: -- source_lang match the specified language.
398: --
399: cursor csr_upd_langs is
400: select itl.language
401: from hr_ki_integrations_tl itl
402: where
403: itl.integration_id = p_integration_id
404: and p_language_code in (itl.language,itl.source_lang);
405: --