DBA Data[Home] [Help]

APPS.PAY_MGB_DEL dependencies on PAY_MAGNETIC_BLOCKS

Line 60: -- Delete the pay_magnetic_blocks row.

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

Line 62: delete from pay_magnetic_blocks

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