DBA Data[Home] [Help]

APPS.OTA_TPM_DEL dependencies on OTA_TRAINING_PLAN_MEMBERS

Line 65: -- Delete the ota_training_plan_members row.

61: --Bug3507060
62: -- Set the Is_Per_Trng_Plan global variable
63: -- l_boolean := OTA_TRNG_PLAN_UTIL_SS.is_personal_trng_plan(p_rec.training_plan_id);
64: --
65: -- Delete the ota_training_plan_members row.
66: --
67: delete from ota_training_plan_members
68: where training_plan_member_id = p_rec.training_plan_member_id;
69: --

Line 67: delete from ota_training_plan_members

63: -- l_boolean := OTA_TRNG_PLAN_UTIL_SS.is_personal_trng_plan(p_rec.training_plan_id);
64: --
65: -- Delete the ota_training_plan_members row.
66: --
67: delete from ota_training_plan_members
68: where training_plan_member_id = p_rec.training_plan_member_id;
69: --
70: --
71: --

Line 259: (p_module_name => 'OTA_TRAINING_PLAN_MEMBERS'

255: --
256: when hr_api.cannot_find_prog_unit then
257: --
258: hr_api.cannot_find_prog_unit_error
259: (p_module_name => 'OTA_TRAINING_PLAN_MEMBERS'
260: ,p_hook_type => 'AD');
261: --
262: end;
263: --