DBA Data[Home] [Help]

APPS.PER_ZA_AO_ASS_DEL dependencies on PER_ZA_AREAS_OF_ASSESSMENT

Line 62: delete from per_za_areas_of_assessment

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