DBA Data[Home] [Help]

APPS.HR_ORI_UPD dependencies on HR_ORGANIZATION_INFORMATION

Line 68: -- Update the hr_organization_information Row

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

Line 70: update hr_organization_information

66: hr_ori_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the hr_organization_information Row
69: --
70: update hr_organization_information
71: set
72: org_information_id = p_rec.org_information_id
73: ,org_information_context = p_rec.org_information_context
74: ,organization_id = p_rec.organization_id

Line 426: (p_module_name => 'HR_ORGANIZATION_INFORMATION'

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