DBA Data[Home] [Help]

APPS.OTA_TPC_UPD dependencies on OTA_TRAINING_PLAN_COSTS

Line 68: -- Update the ota_training_plan_costs Row

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

Line 70: update ota_training_plan_costs

66: --
67: --
68: -- Update the ota_training_plan_costs Row
69: --
70: update ota_training_plan_costs
71: set
72: training_plan_cost_id = p_rec.training_plan_cost_id
73: ,amount = p_rec.amount
74: ,currency_code = p_rec.currency_code

Line 543: (p_module_name => 'OTA_TRAINING_PLAN_COSTS'

539: --
540: when hr_api.cannot_find_prog_unit then
541: --
542: hr_api.cannot_find_prog_unit_error
543: (p_module_name => 'OTA_TRAINING_PLAN_COSTS'
544: ,p_hook_type => 'AU');
545: --
546: end;
547: --