DBA Data[Home] [Help]

APPS.PQH_TAH_UPD dependencies on PQH_SS_APPROVAL_HISTORY

Line 66: -- Update the pqh_ss_approval_history Row

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

Line 68: update pqh_ss_approval_history

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

Line 203: (p_module_name => 'PQH_SS_APPROVAL_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_APPROVAL_HISTORY'
204: ,p_hook_type => 'AU');
205: --
206: end;
207: --