DBA Data[Home] [Help]

APPS.PAY_MGR_DEL dependencies on PAY_MAGNETIC_RECORDS

Line 60: -- Delete the pay_magnetic_records row.

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

Line 62: delete from pay_magnetic_records

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