DBA Data[Home] [Help]

APPS.GHR_NLA_INS dependencies on GHR_NOAC_LAS

Line 56: -- Insert the row into: ghr_noac_las

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: ghr_noac_las
57: --
58: insert into ghr_noac_las
59: ( noac_la_id,
60: nature_of_action_id,

Line 58: insert into ghr_noac_las

54: --
55: --
56: -- Insert the row into: ghr_noac_las
57: --
58: insert into ghr_noac_las
59: ( noac_la_id,
60: nature_of_action_id,
61: lac_lookup_code,
62: enabled_flag,

Line 141: Cursor C_Sel1 is select ghr_noac_las_s.nextval from sys.dual;

137: Procedure pre_insert(p_rec in out ghr_nla_shd.g_rec_type) is
138: --
139: l_proc varchar2(72) := g_package||'pre_insert';
140: --
141: Cursor C_Sel1 is select ghr_noac_las_s.nextval from sys.dual;
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --

Line 220: (p_module_name => 'ghr_noac_las'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'ghr_noac_las'
221: ,p_hook_type => 'AI');
222: --
223: end;
224: --