DBA Data[Home] [Help]

APPS.OTA_EVENT_ASSOCIATIONS_PKG dependencies on HR_UTILITY

Line 49: hr_utility.set_location('Entering '||l_proc,10);

45: where booking_deal_id = p_booking_deal_id;
46: --
47: begin
48: --
49: hr_utility.set_location('Entering '||l_proc,10);
50: --
51: -- Get maximum number of places for booking deal
52: --
53: open c_max_places;

Line 88: hr_utility.set_location('Leaving '||l_proc,10);

84: fnd_message.raise_error;
85: --
86: end if;
87: --
88: hr_utility.set_location('Leaving '||l_proc,10);
89: --
90: end check_booking_deal_places;
91: --
92: procedure maintain_delegate_bookings

Line 136: hr_utility.set_location('Entering:'||l_proc,5);

132: where booking_status_type_id = p_booking_status_type_id;
133: --
134: begin
135: --
136: hr_utility.set_location('Entering:'||l_proc,5);
137: --
138: if p_price_basis not in('C','O') or p_price_basis is null then
139: return;
140: end if;

Line 243: hr_utility.set_location('Leaving:'||l_proc,10);

239: );
240: --
241: end if;
242: --
243: hr_utility.set_location('Leaving:'||l_proc,10);
244: --
245: end maintain_delegate_bookings;
246:
247: end ota_event_associations_pkg;