DBA Data[Home] [Help]

APPS.PER_POS_DEL dependencies on PER_ALL_POSITIONS

Line 60: -- Delete the per_all_positions row.

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

Line 62: delete from per_all_positions

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