DBA Data[Home] [Help]

APPS.PQH_CEP_INS dependencies on PQH_COPY_ENTITY_PREFS

Line 55: -- Insert the row into: pqh_copy_entity_prefs

51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_prefs
56: --
57: insert into pqh_copy_entity_prefs
58: ( copy_entity_pref_id,
59: table_route_id,

Line 57: insert into pqh_copy_entity_prefs

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_prefs
56: --
57: insert into pqh_copy_entity_prefs
58: ( copy_entity_pref_id,
59: table_route_id,
60: copy_entity_txn_id,
61: select_flag,

Line 132: Cursor C_Sel1 is select pqh_copy_entity_prefs_s.nextval from sys.dual;

128: --
129: l_proc varchar2(72) := g_package||'pre_insert';
130: --
131: --
132: Cursor C_Sel1 is select pqh_copy_entity_prefs_s.nextval from sys.dual;
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --

Line 207: (p_module_name => 'pqh_copy_entity_prefs'

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