DBA Data[Home] [Help]

APPS.HR_PAC_DEL dependencies on HR_PATTERN_CONSTRUCTIONS

Line 60: -- Delete the hr_pattern_constructions row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: hr_pac_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the hr_pattern_constructions row.
61: --
62: delete from hr_pattern_constructions
63: where pattern_construction_id = p_rec.pattern_construction_id;
64: --

Line 62: delete from hr_pattern_constructions

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