DBA Data[Home] [Help]

APPS.OTA_PLE_UPD dependencies on OTA_PRICE_LIST_ENTRIES

Line 67: -- Update the ota_price_list_entries Row

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

Line 69: update ota_price_list_entries

65: ota_ple_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_price_list_entries Row
68: --
69: update ota_price_list_entries
70: set
71: price_list_entry_id = p_rec.price_list_entry_id,
72: vendor_supply_id = p_rec.vendor_supply_id,
73: activity_version_id = p_rec.activity_version_id,