DBA Data[Home] [Help]

APPS.PQH_PTI_UPD dependencies on PQH_PTX_INFO_TYPES

Line 60: -- Update the pqh_ptx_info_types Row

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

Line 62: update pqh_ptx_info_types

58: --
59: --
60: -- Update the pqh_ptx_info_types Row
61: --
62: update pqh_ptx_info_types
63: set
64: information_type = p_rec.information_type,
65: active_inactive_flag = p_rec.active_inactive_flag,
66: description = p_rec.description,

Line 200: (p_module_name => 'pqh_ptx_info_types'

196: --
197: when hr_api.cannot_find_prog_unit then
198: --
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'pqh_ptx_info_types'
201: ,p_hook_type => 'AU');
202: --
203: end;
204: --