DBA Data[Home] [Help]

APPS.GHR_NLA_UPD dependencies on GHR_NOAC_LAS

Line 60: -- Update the ghr_noac_las Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the ghr_noac_las Row
61: --
62: update ghr_noac_las
63: set
64: noac_la_id = p_rec.noac_la_id,

Line 62: update ghr_noac_las

58: --
59: --
60: -- Update the ghr_noac_las Row
61: --
62: update ghr_noac_las
63: set
64: noac_la_id = p_rec.noac_la_id,
65: nature_of_action_id = p_rec.nature_of_action_id,
66: lac_lookup_code = p_rec.lac_lookup_code,

Line 209: (p_module_name => 'ghr_noac_las'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'ghr_noac_las'
210: ,p_hook_type => 'AU');
211: --
212: end;
213: --