DBA Data[Home] [Help]

APPS.PQH_TXH_DEL dependencies on PQH_SS_TRANSACTION_HISTORY

Line 62: -- Delete the pqh_ss_transaction_history row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pqh_ss_transaction_history row.
63: --
64: delete from pqh_ss_transaction_history
65: where transaction_history_id = p_rec.transaction_history_id;
66: --

Line 64: delete from pqh_ss_transaction_history

60: --
61: --
62: -- Delete the pqh_ss_transaction_history row.
63: --
64: delete from pqh_ss_transaction_history
65: where transaction_history_id = p_rec.transaction_history_id;
66: --
67: --
68: --

Line 171: (p_module_name => 'PQH_SS_TRANSACTION_HISTORY'

167: --
168: when hr_api.cannot_find_prog_unit then
169: --
170: hr_api.cannot_find_prog_unit_error
171: (p_module_name => 'PQH_SS_TRANSACTION_HISTORY'
172: ,p_hook_type => 'AD');
173: --
174: end;
175: --