DBA Data[Home] [Help]

APPS.PQH_PTI_INS dependencies on PQH_PTX_INFO_TYPES

Line 56: -- Insert the row into: pqh_ptx_info_types

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_ptx_info_types
57: --
58: insert into pqh_ptx_info_types
59: ( information_type,
60: active_inactive_flag,

Line 58: insert into pqh_ptx_info_types

54: --
55: --
56: -- Insert the row into: pqh_ptx_info_types
57: --
58: insert into pqh_ptx_info_types
59: ( information_type,
60: active_inactive_flag,
61: description,
62: multiple_occurences_flag,

Line 206: (p_module_name => 'pqh_ptx_info_types'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'pqh_ptx_info_types'
207: ,p_hook_type => 'AI');
208: --
209: end;
210: --