DBA Data[Home] [Help]

APPS.PER_SHT_INS dependencies on PER_SHARED_TYPES

Line 55: -- Insert the row into: per_shared_types

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: per_shared_types
56: --
57: insert into per_shared_types
58: ( shared_type_id,
59: business_group_id,

Line 57: insert into per_shared_types

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: per_shared_types
56: --
57: insert into per_shared_types
58: ( shared_type_id,
59: business_group_id,
60: shared_type_name,
61: shared_type_code,

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

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

Line 305: (p_module_name => 'per_shared_types'

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