DBA Data[Home] [Help]

APPS.PQH_TXH_UPD dependencies on PQH_SS_TRANSACTION_HISTORY

Line 66: -- Update the pqh_ss_transaction_history Row

62: --
63: --
64: --
65: --
66: -- Update the pqh_ss_transaction_history Row
67: --
68: update pqh_ss_transaction_history
69: set
70: transaction_history_id = p_rec.transaction_history_id

Line 68: update pqh_ss_transaction_history

64: --
65: --
66: -- Update the pqh_ss_transaction_history Row
67: --
68: update pqh_ss_transaction_history
69: set
70: transaction_history_id = p_rec.transaction_history_id
71: ,creator_person_id = p_rec.creator_person_id
72: ,assignment_id = p_rec.assignment_id

Line 204: (p_module_name => 'PQH_SS_TRANSACTION_HISTORY'

200: --
201: when hr_api.cannot_find_prog_unit then
202: --
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'PQH_SS_TRANSACTION_HISTORY'
205: ,p_hook_type => 'AU');
206: --
207: end;
208: --