DBA Data[Home] [Help]

APPS.PQP_ATD_DEL dependencies on PQP_ALIEN_TRANSACTION_DATA

Line 60: -- Delete the pqp_alien_transaction_data row.

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

Line 62: delete from pqp_alien_transaction_data

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