DBA Data[Home] [Help]

APPS.OTA_EVENT_API dependencies on OTA_EVENT_API

Line 1: PACKAGE BODY OTA_EVENT_API as

1: PACKAGE BODY OTA_EVENT_API as
2: /* $Header: otevtapi.pkb 120.3 2008/01/29 09:22:27 smahanka noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' OTA_EVENT_API.';

2: /* $Header: otevtapi.pkb 120.3 2008/01/29 09:22:27 smahanka noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' OTA_EVENT_API.';
7: --
8: --
9: --
10: FUNCTION istimezonechanged (p_event_id NUMBER, p_timezone VARCHAR2)

Line 87: ota_event_api.update_class

83: for csr_sess_row in csr_sess(p_event_id)
84: loop
85:
86:
87: ota_event_api.update_class
88: (p_event_id => csr_sess_row.event_id,
89: p_effective_date => p_effective_date,
90: p_business_group_id => csr_sess_row.business_group_id,
91: p_object_version_number => csr_sess_row.object_version_number,

Line 1025: end OTA_EVENT_API;

1021: end if;
1022: hr_utility.set_location(' Exiting:' || l_proc,15);
1023: end add_evaluation;
1024:
1025: end OTA_EVENT_API;