DBA Data[Home] [Help]

APPS.PER_ZA_TRA_DEL dependencies on PER_ZA_TRAINING

Line 62: delete from per_za_training

58: per_za_tra_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_qualifications row.
61: --
62: delete from per_za_training
63: where training_id = p_rec.training_id;
64: --
65: per_za_tra_shd.g_api_dml := false; -- Unset the api dml status
66: --