DBA Data[Home] [Help]

APPS.PER_RSC_INS dependencies on PER_RATING_SCALES

Line 56: -- Insert the row into: per_rating_scales

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: per_rating_scales
57: --
58: insert into per_rating_scales
59: ( rating_scale_id,
60: business_group_id,

Line 58: insert into per_rating_scales

54: --
55: --
56: -- Insert the row into: per_rating_scales
57: --
58: insert into per_rating_scales
59: ( rating_scale_id,
60: business_group_id,
61: name,
62: type,

Line 183: Cursor C_Sel1 is select per_rating_scales_s.nextval from sys.dual;

179: Procedure pre_insert(p_rec in out nocopy per_rsc_shd.g_rec_type) is
180: --
181: l_proc varchar2(72) := g_package||'pre_insert';
182: --
183: Cursor C_Sel1 is select per_rating_scales_s.nextval from sys.dual;
184: --
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);

Line 276: ( p_module_name => 'PER_RATING_SCALES'

272:
273: exception
274: when hr_api.cannot_find_prog_unit then
275: hr_api.cannot_find_prog_unit_error
276: ( p_module_name => 'PER_RATING_SCALES'
277: ,p_hook_type => 'AI'
278: );
279: end;
280: -- End of API User Hook for post_insert.