DBA Data[Home] [Help]

APPS.PER_PSP_UPD dependencies on PER_SPINAL_POINTS

Line 68: -- Update the per_spinal_points Row

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

Line 70: update per_spinal_points

66: per_psp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_spinal_points Row
69: --
70: update per_spinal_points
71: set
72: spinal_point_id = p_rec.spinal_point_id
73: ,business_group_id = p_rec.business_group_id
74: ,parent_spine_id = p_rec.parent_spine_id

Line 398: (p_module_name => 'PER_SPINAL_POINTS'

394: --
395: when hr_api.cannot_find_prog_unit then
396: --
397: hr_api.cannot_find_prog_unit_error
398: (p_module_name => 'PER_SPINAL_POINTS'
399: ,p_hook_type => 'AU');
400: --
401: end;
402: --