DBA Data[Home] [Help]

APPS.PER_SPS_UPD dependencies on PER_SPINAL_POINT_STEPS_F

Line 78: (p_base_table_name => 'per_spinal_point_steps_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'per_spinal_point_steps_f'
79: ,p_base_key_column => 'step_id'
80: ,p_base_key_value => p_rec.step_id
81: );
82: --

Line 85: -- Update the per_spinal_point_steps_f Row

81: );
82: --
83: per_sps_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the per_spinal_point_steps_f Row
86: --
87: update per_spinal_point_steps_f
88: set
89: step_id = p_rec.step_id

Line 87: update per_spinal_point_steps_f

83: per_sps_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the per_spinal_point_steps_f Row
86: --
87: update per_spinal_point_steps_f
88: set
89: step_id = p_rec.step_id
90: ,business_group_id = p_rec.business_group_id
91: ,spinal_point_id = p_rec.spinal_point_id

Line 600: (p_module_name => 'PER_SPINAL_POINT_STEPS_F'

596: --
597: when hr_api.cannot_find_prog_unit then
598: --
599: hr_api.cannot_find_prog_unit_error
600: (p_module_name => 'PER_SPINAL_POINT_STEPS_F'
601: ,p_hook_type => 'AU');
602: --
603: end;
604: --