DBA Data[Home] [Help]

APPS.PQH_PTE_UPD dependencies on PQH_PTX_EXTRA_INFO

Line 60: -- Update the pqh_ptx_extra_info Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the pqh_ptx_extra_info Row
61: --
62: update pqh_ptx_extra_info
63: set
64: ptx_extra_info_id = p_rec.ptx_extra_info_id,

Line 62: update pqh_ptx_extra_info

58: --
59: --
60: -- Update the pqh_ptx_extra_info Row
61: --
62: update pqh_ptx_extra_info
63: set
64: ptx_extra_info_id = p_rec.ptx_extra_info_id,
65: information_type = p_rec.information_type,
66: position_transaction_id = p_rec.position_transaction_id,

Line 351: (p_module_name => 'pqh_ptx_extra_info'

347: --
348: when hr_api.cannot_find_prog_unit then
349: --
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'pqh_ptx_extra_info'
352: ,p_hook_type => 'AU');
353: --
354: end;
355: --