DBA Data[Home] [Help]

APPS.HR_ORU_UPD dependencies on HR_ALL_ORGANIZATION_UNITS

Line 68: -- Update the hr_all_organization_units Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: hr_oru_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the hr_all_organization_units Row
69: --
70: update hr_all_organization_units
71: set
72: organization_id = p_rec.organization_id

Line 70: update hr_all_organization_units

66: hr_oru_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the hr_all_organization_units Row
69: --
70: update hr_all_organization_units
71: set
72: organization_id = p_rec.organization_id
73: ,business_group_id = p_rec.business_group_id
74: ,cost_allocation_keyflex_id = p_rec.cost_allocation_keyflex_id

Line 428: (p_module_name => 'HR_ALL_ORGANIZATION_UNITS'

424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'HR_ALL_ORGANIZATION_UNITS'
429: ,p_hook_type => 'AU');
430: --
431: end;
432: --