DBA Data[Home] [Help]

APPS.OTA_TEA_UPD dependencies on OTA_EVENT_ASSOCIATIONS

Line 64: -- Update the ota_event_associations Row

60: --
61: --
62: ota_tea_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the ota_event_associations Row
65: --
66: update ota_event_associations
67: set
68: event_association_id = p_rec.event_association_id,

Line 66: update ota_event_associations

62: ota_tea_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the ota_event_associations Row
65: --
66: update ota_event_associations
67: set
68: event_association_id = p_rec.event_association_id,
69: event_id = p_rec.event_id,
70: customer_id = p_rec.customer_id,

Line 250: ota_event_associations_pkg.maintain_delegate_bookings

246: p_object_version_number => p_tfl_object_version_number,
247: p_finance_line_id => p_finance_line_id,
248: p_cancel_finance_line => l_cancel_finance_line);
249: end if;
250: ota_event_associations_pkg.maintain_delegate_bookings
251: (p_validate => p_validate
252: ,p_price_basis => p_price_basis
253: ,p_business_group_id => p_business_group_id
254: ,p_event_id => p_event_id