DBA Data[Home] [Help]

APPS.PER_ORS_UPD dependencies on PER_ORGANIZATION_STRUCTURES

Line 68: -- Update the per_organization_structures Row

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

Line 70: update per_organization_structures

66: per_ors_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_organization_structures Row
69: --
70: update per_organization_structures
71: set
72: organization_structure_id = p_rec.organization_structure_id
73: ,business_group_id = p_rec.business_group_id
74: ,name = p_rec.name

Line 353: (p_module_name => 'PER_ORGANIZATION_STRUCTURES'

349: --
350: when hr_api.cannot_find_prog_unit then
351: --
352: hr_api.cannot_find_prog_unit_error
353: (p_module_name => 'PER_ORGANIZATION_STRUCTURES'
354: ,p_hook_type => 'AU');
355: --
356: end;
357: --