DBA Data[Home] [Help]

APPS.GHR_NLA_UPD dependencies on GHR_NOAC_LAS

Line 63: -- Update the ghr_noac_las Row

59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;
61: --
62: --
63: -- Update the ghr_noac_las Row
64: --
65: update ghr_noac_las
66: set
67: noac_la_id = p_rec.noac_la_id,

Line 65: update ghr_noac_las

61: --
62: --
63: -- Update the ghr_noac_las Row
64: --
65: update ghr_noac_las
66: set
67: noac_la_id = p_rec.noac_la_id,
68: nature_of_action_id = p_rec.nature_of_action_id,
69: lac_lookup_code = p_rec.lac_lookup_code,

Line 218: (p_module_name => 'ghr_noac_las'

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