DBA Data[Home] [Help]

APPS.HR_ORD_UPD dependencies on HR_DE_ORGANIZATION_LINKS

Line 68: -- Update the hr_de_organization_links Row

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

Line 70: update hr_de_organization_links

66: --
67: --
68: -- Update the hr_de_organization_links Row
69: --
70: update hr_de_organization_links
71: set
72: organization_link_id = p_rec.organization_link_id
73: ,parent_organization_id = p_rec.parent_organization_id
74: ,child_organization_id = p_rec.child_organization_id

Line 533: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'

529: --
530: when hr_api.cannot_find_prog_unit then
531: --
532: hr_api.cannot_find_prog_unit_error
533: (p_module_name => 'HR_DE_ORGANIZATION_LINKS'
534: ,p_hook_type => 'AU');
535: --
536: end;
537: --