DBA Data[Home] [Help]

APPS.OTA_TEA_INS dependencies on OTA_EVENT_ASSOCIATIONS

Line 63: -- Insert the row into: ota_event_associations

59: --
60: --
61: ota_tea_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ota_event_associations
64: --
65: insert into ota_event_associations
66: ( event_association_id,
67: event_id,

Line 65: insert into ota_event_associations

61: ota_tea_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ota_event_associations
64: --
65: insert into ota_event_associations
66: ( event_association_id,
67: event_id,
68: customer_id,
69: organization_id,

Line 191: Cursor C_Sel1 is select ota_event_associations_s.nextval from sys.dual;

187: Procedure pre_insert(p_rec in out nocopy ota_tea_shd.g_rec_type) is
188: --
189: l_proc varchar2(72) := g_package||'pre_insert';
190: --
191: Cursor C_Sel1 is select ota_event_associations_s.nextval from sys.dual;
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --

Line 272: ota_event_associations_pkg.maintain_delegate_bookings

268: begin
269: --
270: hr_utility.set_location('Entering:'||l_proc,5);
271: --
272: ota_event_associations_pkg.maintain_delegate_bookings
273: (p_validate => p_validate
274: ,p_price_basis => p_price_basis
275: ,p_business_group_id => p_business_group_id
276: ,p_event_id => p_event_id