DBA Data[Home] [Help]

APPS.PQP_VAI_DEL dependencies on PQP_VEH_ALLOC_EXTRA_INFO

Line 62: -- Delete the pqp_veh_alloc_extra_info row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: pqp_vai_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pqp_veh_alloc_extra_info row.
63: --
64: delete from pqp_veh_alloc_extra_info
65: where veh_alloc_extra_info_id = p_rec.veh_alloc_extra_info_id;
66: --

Line 64: delete from pqp_veh_alloc_extra_info

60: pqp_vai_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pqp_veh_alloc_extra_info row.
63: --
64: delete from pqp_veh_alloc_extra_info
65: where veh_alloc_extra_info_id = p_rec.veh_alloc_extra_info_id;
66: --
67: pqp_vai_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 292: (p_module_name => 'PQP_VEH_ALLOC_EXTRA_INFO'

288: --
289: when hr_api.cannot_find_prog_unit then
290: --
291: hr_api.cannot_find_prog_unit_error
292: (p_module_name => 'PQP_VEH_ALLOC_EXTRA_INFO'
293: ,p_hook_type => 'AD');
294: --
295: end;
296: --