DBA Data[Home] [Help]

APPS.GHR_CDT_DEL dependencies on GHR_COMPL_CA_DETAILS

Line 62: -- Delete the ghr_compl_ca_details row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the ghr_compl_ca_details row.
63: --
64: delete from ghr_compl_ca_details
65: where compl_ca_detail_id = p_rec.compl_ca_detail_id;
66: --

Line 64: delete from ghr_compl_ca_details

60: --
61: --
62: -- Delete the ghr_compl_ca_details row.
63: --
64: delete from ghr_compl_ca_details
65: where compl_ca_detail_id = p_rec.compl_ca_detail_id;
66: --
67: --
68: --

Line 187: (p_module_name => 'GHR_COMPL_CA_DETAILS'

183: --
184: when hr_api.cannot_find_prog_unit then
185: --
186: hr_api.cannot_find_prog_unit_error
187: (p_module_name => 'GHR_COMPL_CA_DETAILS'
188: ,p_hook_type => 'AD');
189: --
190: end;
191: --