DBA Data[Home] [Help]

APPS.PER_PGH_INS dependencies on PER_GEN_HIERARCHY

Line 65: -- Insert the row into: per_gen_hierarchy

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: per_gen_hierarchy
66: --
67: insert into per_gen_hierarchy
68: (hierarchy_id
69: ,business_group_id

Line 67: insert into per_gen_hierarchy

63: --
64: --
65: -- Insert the row into: per_gen_hierarchy
66: --
67: insert into per_gen_hierarchy
68: (hierarchy_id
69: ,business_group_id
70: ,name
71: ,type

Line 281: Cursor C_Sel1 is select per_gen_hierarchy_s.nextval from sys.dual;

277: ) is
278: --
279: l_proc varchar2(72) := g_package||'pre_insert';
280: --
281: Cursor C_Sel1 is select per_gen_hierarchy_s.nextval from sys.dual;
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --

Line 490: (p_module_name => 'PER_GEN_HIERARCHY'

486: --
487: when hr_api.cannot_find_prog_unit then
488: --
489: hr_api.cannot_find_prog_unit_error
490: (p_module_name => 'PER_GEN_HIERARCHY'
491: ,p_hook_type => 'AI');
492: --
493: end;
494: --