DBA Data[Home] [Help]

APPS.OTA_TFH_API_UPD dependencies on OTA_FINANCE_HEADERS

Line 67: -- Update the ota_finance_headers Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ota_tfh_api_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_finance_headers Row
68: --
69: update ota_finance_headers
70: set
71: finance_header_id = p_rec.finance_header_id,

Line 69: update ota_finance_headers

65: ota_tfh_api_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_finance_headers Row
68: --
69: update ota_finance_headers
70: set
71: finance_header_id = p_rec.finance_header_id,
72: superceding_header_id = p_rec.superceding_header_id,
73: authorizer_person_id = p_rec.authorizer_person_id,