DBA Data[Home] [Help]

APPS.OTA_TFL_API_DEL dependencies on OTA_FINANCE_LINES

Line 60: -- Delete the ota_finance_lines row.

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

Line 62: delete from ota_finance_lines

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