DBA Data[Home] [Help]

APPS.HR_INT_UPD dependencies on HR_KI_INTEGRATIONS

Line 68: -- Update the hr_ki_integrations Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_ki_integrations Row
69: --
70: update hr_ki_integrations
71: set
72: integration_id = p_rec.integration_id

Line 70: update hr_ki_integrations

66: --
67: --
68: -- Update the hr_ki_integrations Row
69: --
70: update hr_ki_integrations
71: set
72: integration_id = p_rec.integration_id
73: ,synched = p_rec.synched
74: ,party_type = p_rec.party_type

Line 387: (p_module_name => 'HR_KI_INTEGRATIONS'

383: --
384: when hr_api.cannot_find_prog_unit then
385: --
386: hr_api.cannot_find_prog_unit_error
387: (p_module_name => 'HR_KI_INTEGRATIONS'
388: ,p_hook_type => 'AU');
389: --
390: end;
391: --