DBA Data[Home] [Help]

APPS.OTA_TPL_DEL dependencies on OTA_PRICE_LISTS

Line 60: -- Delete the ota_price_lists row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ota_tpl_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ota_price_lists row.
61: --
62: delete from ota_price_lists
63: where price_list_id = p_rec.price_list_id;
64: --

Line 62: delete from ota_price_lists

58: ota_tpl_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ota_price_lists row.
61: --
62: delete from ota_price_lists
63: where price_list_id = p_rec.price_list_id;
64: --
65: ota_tpl_shd.g_api_dml := false; -- Unset the api dml status
66: --