DBA Data[Home] [Help]

APPS.PQH_PTE_INS dependencies on PQH_PTX_EXTRA_INFO

Line 56: -- Insert the row into: pqh_ptx_extra_info

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_extra_info
57: --
58: insert into pqh_ptx_extra_info
59: ( ptx_extra_info_id,
60: information_type,

Line 58: insert into pqh_ptx_extra_info

54: --
55: --
56: -- Insert the row into: pqh_ptx_extra_info
57: --
58: insert into pqh_ptx_extra_info
59: ( ptx_extra_info_id,
60: information_type,
61: position_transaction_id,
62: position_extra_info_id,

Line 237: Cursor C_Sel1 is select pqh_ptx_extra_info_s.nextval from sys.dual;

233: Procedure pre_insert(p_rec in out nocopy pqh_pte_shd.g_rec_type) is
234: --
235: l_proc varchar2(72) := g_package||'pre_insert';
236: --
237: Cursor C_Sel1 is select pqh_ptx_extra_info_s.nextval from sys.dual;
238: --
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);

Line 365: (p_module_name => 'pqh_ptx_extra_info'

361: --
362: when hr_api.cannot_find_prog_unit then
363: --
364: hr_api.cannot_find_prog_unit_error
365: (p_module_name => 'pqh_ptx_extra_info'
366: ,p_hook_type => 'AI');
367: --
368: end;
369: --