DBA Data[Home] [Help]

APPS.OTA_TPL_UPD dependencies on OTA_PRICE_LISTS

Line 67: -- Update the ota_price_lists Row

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

Line 69: update ota_price_lists

65: ota_tpl_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_price_lists Row
68: --
69: update ota_price_lists
70: set
71: price_list_id = p_rec.price_list_id,
72: business_group_id = p_rec.business_group_id,
73: currency_code = p_rec.currency_code,