DBA Data[Home] [Help]

APPS.OTA_TPS_API dependencies on OTA_TRAINING_PLANS

Line 82: from ota_training_plans

78:
79: Cursor get_info_for_comp(crs_id number)
80: is
81: select person_id,learning_path_id
82: from ota_training_plans
83: where training_plan_id = crs_id;
84: begin
85: hr_utility.set_location('Entering:'|| l_proc, 10);
86: --

Line 399: from ota_training_plans

395:
396: Cursor get_info_for_comp
397: is
398: select person_id,learning_path_id
399: from ota_training_plans
400: where training_plan_id = p_training_plan_id;
401:
402: begin
403: hr_utility.set_location('Entering:'|| l_proc, 10);