DBA Data[Home] [Help]

APPS.PQH_CEF_INS dependencies on PQH_COPY_ENTITY_FUNCTIONS

Line 59: -- Insert the row into: pqh_copy_entity_functions

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pqh_copy_entity_functions
60: --
61: insert into pqh_copy_entity_functions
62: ( copy_entity_function_id,
63: table_route_id,

Line 61: insert into pqh_copy_entity_functions

57: --
58: --
59: -- Insert the row into: pqh_copy_entity_functions
60: --
61: insert into pqh_copy_entity_functions
62: ( copy_entity_function_id,
63: table_route_id,
64: function_type_cd,
65: pre_copy_function_name,

Line 142: Cursor C_Sel1 is select pqh_copy_entity_functions_s.nextval from sys.dual;

138: Procedure pre_insert(p_rec in out nocopy pqh_cef_shd.g_rec_type) is
139: --
140: l_proc varchar2(72) := g_package||'pre_insert';
141: --
142: Cursor C_Sel1 is select pqh_copy_entity_functions_s.nextval from sys.dual;
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --

Line 220: (p_module_name => 'pqh_copy_entity_functions'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'pqh_copy_entity_functions'
221: ,p_hook_type => 'AI');
222: --
223: end;
224: --