DBA Data[Home] [Help]

APPS.PQH_TSH_UPD dependencies on PQH_SS_TRANS_STATE_HISTORY

Line 66: -- Update the pqh_ss_trans_state_history Row

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

Line 68: update pqh_ss_trans_state_history

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

Line 203: (p_module_name => 'PQH_SS_TRANS_STATE_HISTORY'

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