DBA Data[Home] [Help]

APPS.PER_PGV_INS dependencies on PER_GEN_HIERARCHY_VERSIONS

Line 65: -- Insert the row into: per_gen_hierarchy_versions

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

Line 67: insert into per_gen_hierarchy_versions

63: --
64: --
65: -- Insert the row into: per_gen_hierarchy_versions
66: --
67: insert into per_gen_hierarchy_versions
68: (hierarchy_version_id
69: ,business_group_id
70: ,version_number
71: ,hierarchy_id

Line 289: Cursor C_Sel1 is select per_gen_hierarchy_versions_s.nextval from sys.dual;

285: ) is
286: --
287: l_proc varchar2(72) := g_package||'pre_insert';
288: --
289: Cursor C_Sel1 is select per_gen_hierarchy_versions_s.nextval from sys.dual;
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --

Line 506: (p_module_name => 'PER_GEN_HIERARCHY_VERSIONS'

502: --
503: when hr_api.cannot_find_prog_unit then
504: --
505: hr_api.cannot_find_prog_unit_error
506: (p_module_name => 'PER_GEN_HIERARCHY_VERSIONS'
507: ,p_hook_type => 'AI');
508: --
509: end;
510: --