DBA Data[Home] [Help]

APPS.OTA_TPS_UPD dependencies on OTA_TRAINING_PLANS

Line 68: -- Update the ota_training_plans Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ota_tps_shd.g_api_dml := TRUE; -- Set the api dml status
67: --
68: -- Update the ota_training_plans Row
69: --
70: UPDATE ota_training_plans
71: SET
72: training_plan_id = p_rec.training_plan_id

Line 70: UPDATE ota_training_plans

66: ota_tps_shd.g_api_dml := TRUE; -- Set the api dml status
67: --
68: -- Update the ota_training_plans Row
69: --
70: UPDATE ota_training_plans
71: SET
72: training_plan_id = p_rec.training_plan_id
73: ,time_period_id = p_rec.time_period_id
74: ,plan_status_type_id = p_rec.plan_status_type_id

Line 416: (p_module_name => 'OTA_TRAINING_PLANS'

412: --
413: WHEN hr_api.cannot_find_prog_unit THEN
414: --
415: hr_api.cannot_find_prog_unit_error
416: (p_module_name => 'OTA_TRAINING_PLANS'
417: ,p_hook_type => 'AU');
418: --
419: END;
420: --