DBA Data[Home] [Help]

APPS.OTA_TFH_API_DEL dependencies on OTA_FINANCE_HEADERS

Line 60: -- Delete the ota_finance_headers row.

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

Line 62: delete from ota_finance_headers

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