DBA Data[Home] [Help]

APPS.OTA_TPC_INS dependencies on OTA_TRAINING_PLAN_COSTS

Line 65: -- Insert the row into: ota_training_plan_costs

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: ota_training_plan_costs
66: --
67: insert into ota_training_plan_costs
68: (training_plan_cost_id
69: ,tp_measurement_type_id

Line 67: insert into ota_training_plan_costs

63: --
64: --
65: -- Insert the row into: ota_training_plan_costs
66: --
67: insert into ota_training_plan_costs
68: (training_plan_cost_id
69: ,tp_measurement_type_id
70: ,training_plan_id
71: ,booking_id

Line 281: Cursor C_Sel1 is select ota_training_plan_costs_s.nextval from sys.dual;

277: ) is
278: --
279: l_proc varchar2(72) := g_package||'pre_insert';
280: --
281: Cursor C_Sel1 is select ota_training_plan_costs_s.nextval from sys.dual;
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --

Line 490: (p_module_name => 'OTA_TRAINING_PLAN_COSTS'

486: --
487: when hr_api.cannot_find_prog_unit then
488: --
489: hr_api.cannot_find_prog_unit_error
490: (p_module_name => 'OTA_TRAINING_PLAN_COSTS'
491: ,p_hook_type => 'AI');
492: --
493: end;
494: --