DBA Data[Home] [Help]

APPS.PQH_TAH_DEL dependencies on PQH_SS_APPROVAL_HISTORY

Line 62: -- Delete the pqh_ss_approval_history row.

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

Line 64: delete from pqh_ss_approval_history

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

Line 172: (p_module_name => 'PQH_SS_APPROVAL_HISTORY'

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