DBA Data[Home] [Help]

APPS.PQH_CEA_INS dependencies on PQH_COPY_ENTITY_ATTRIBS

Line 55: -- Insert the row into: pqh_copy_entity_attribs

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_attribs
56: --
57: insert into pqh_copy_entity_attribs
58: ( copy_entity_attrib_id,
59: copy_entity_txn_id,

Line 57: insert into pqh_copy_entity_attribs

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_attribs
56: --
57: insert into pqh_copy_entity_attribs
58: ( copy_entity_attrib_id,
59: copy_entity_txn_id,
60: row_type_cd,
61: information_category,

Line 197: Cursor C_Sel1 is select pqh_copy_entity_attribs_s.nextval from sys.dual;

193: Procedure pre_insert(p_rec in out nocopy pqh_cea_shd.g_rec_type) is
194: --
195: l_proc varchar2(72) := g_package||'pre_insert';
196: --
197: Cursor C_Sel1 is select pqh_copy_entity_attribs_s.nextval from sys.dual;
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --

Line 305: (p_module_name => 'pqh_copy_entity_attribs'

301: --
302: when hr_api.cannot_find_prog_unit then
303: --
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'pqh_copy_entity_attribs'
306: ,p_hook_type => 'AI');
307: --
308: end;
309: --