DBA Data[Home] [Help]

APPS.GHR_NLA_INS dependencies on GHR_NOAC_LAS

Line 59: -- Insert the row into: ghr_noac_las

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: ghr_noac_las
60: --
61: insert into ghr_noac_las
62: ( noac_la_id,
63: nature_of_action_id,

Line 61: insert into ghr_noac_las

57: --
58: --
59: -- Insert the row into: ghr_noac_las
60: --
61: insert into ghr_noac_las
62: ( noac_la_id,
63: nature_of_action_id,
64: lac_lookup_code,
65: enabled_flag,

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

144: Procedure pre_insert(p_rec in out NOCOPY ghr_nla_shd.g_rec_type) is
145: --
146: l_proc varchar2(72);
147: --
148: Cursor C_Sel1 is select ghr_noac_las_s.nextval from sys.dual;
149: --
150: l_rec ghr_nla_shd.g_rec_type;
151: Begin
152: l_proc := g_package||'pre_insert';

Line 235: (p_module_name => 'ghr_noac_las'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'ghr_noac_las'
236: ,p_hook_type => 'AI');
237: --
238: end;
239: --