DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_EVT_BUS

Line 1: PACKAGE BODY OTA_EVT_BUS as

1: PACKAGE BODY OTA_EVT_BUS as
2: /* $Header: otevt01t.pkb 120.13.12010000.2 2008/09/17 08:05:36 srgnanas ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ota_evt_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_evt_bus.'; -- Global package name
9: --
10: -- A field to select 1 into ...
11: --
12: G_DUMMY number (1);

Line 2695: ota_evt_bus2.check_places(p_rec.event_id

2691: P_REC.TIMEZONE);
2692: end if;
2693: --
2694: if l_maximum_attendees_changed or l_maximum_int_att_changed then
2695: ota_evt_bus2.check_places(p_rec.event_id
2696: ,p_rec.maximum_attendees
2697: ,p_rec.maximum_internal_attendees);
2698:
2699: --Added for mandatory enrollments

Line 2700: ota_evt_bus2.check_mandatory_associations(p_rec.event_id

2696: ,p_rec.maximum_attendees
2697: ,p_rec.maximum_internal_attendees);
2698:
2699: --Added for mandatory enrollments
2700: ota_evt_bus2.check_mandatory_associations(p_rec.event_id
2701: ,p_rec.maximum_attendees
2702: ,p_rec.maximum_internal_attendees);
2703: end if;
2704: --

Line 3696: ota_evt_bus.chk_ddf(p_rec);

3692: chk_secure_event_flag(p_organization_id => p_rec.organization_id);
3693: END IF;
3694: -- bug 4348022
3695:
3696: ota_evt_bus.chk_ddf(p_rec);
3697: --
3698: hr_utility.set_location(' Leaving:'||l_proc, 10);
3699:
3700: End insert_validate;

Line 3757: ota_evt_bus.chk_ddf(p_rec);

3753: END IF;
3754: END IF;
3755: -- bug 4348022
3756:
3757: ota_evt_bus.chk_ddf(p_rec);
3758: --
3759: hr_utility.set_location(' Leaving:'||l_proc, 10);
3760: --
3761:

Line 3786: end ota_evt_bus;

3782: --
3783: hr_utility.set_location(' Leaving:'||l_proc, 10);
3784: End delete_validate;
3785: --
3786: end ota_evt_bus;