DBA Data[Home] [Help]

APPS.OTA_LPC_UPD dependencies on OTA_LP_SECTIONS

Line 68: -- Update the ota_lp_sections Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_lp_sections Row
69: --
70: update ota_lp_sections
71: set
72: learning_path_section_id = p_rec.learning_path_section_id

Line 70: update ota_lp_sections

66: --
67: --
68: -- Update the ota_lp_sections Row
69: --
70: update ota_lp_sections
71: set
72: learning_path_section_id = p_rec.learning_path_section_id
73: ,learning_path_id = p_rec.learning_path_id
74: ,section_sequence = p_rec.section_sequence

Line 333: (p_module_name => 'OTA_LP_SECTIONS'

329: --
330: when hr_api.cannot_find_prog_unit then
331: --
332: hr_api.cannot_find_prog_unit_error
333: (p_module_name => 'OTA_LP_SECTIONS'
334: ,p_hook_type => 'AU');
335: --
336: end;
337: --