DBA Data[Home] [Help]

APPS.OTA_EVT_INS dependencies on OTA_EVT_INS

Line 1: PACKAGE BODY OTA_EVT_INS as

1: PACKAGE BODY OTA_EVT_INS 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_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_evt_ins.'; -- Global package name
9: --
10: g_event_id_i number default null;
11: --
12: -- ----------------------------------------------------------------------------

Line 23: ota_evt_ins.g_event_id_i := p_event_id;

19: --
20: Begin
21: hr_utility.set_location('Entering:'||l_proc, 10);
22: --
23: ota_evt_ins.g_event_id_i := p_event_id;
24: --
25: hr_utility.set_location(' Leaving:'||l_proc, 20);
26: End set_base_key_value;
27:

Line 295: ota_evt_ins.g_event_id_i;

291: Cursor C_Sel2 is
292: Select null
293: from ota_events
294: where event_id =
295: ota_evt_ins.g_event_id_i;
296: --
297: l_exists varchar2(1);
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);

Line 300: If (ota_evt_ins.g_event_id_i is not null) Then

296: --
297: l_exists varchar2(1);
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);
300: If (ota_evt_ins.g_event_id_i is not null) Then
301: --
302: -- Verify registered primary key values not already in use
303: --
304: Open C_Sel2;

Line 320: ota_evt_ins.g_event_id_i;

316: --
317: -- Use registered key values and clear globals
318: --
319: p_rec.event_id :=
320: ota_evt_ins.g_event_id_i;
321: ota_evt_ins.g_event_id_i := null;
322: Else
323: --
324: -- No registerd key values, so select the next sequence number

Line 321: ota_evt_ins.g_event_id_i := null;

317: -- Use registered key values and clear globals
318: --
319: p_rec.event_id :=
320: ota_evt_ins.g_event_id_i;
321: ota_evt_ins.g_event_id_i := null;
322: Else
323: --
324: -- No registerd key values, so select the next sequence number
325: --

Line 624: end ota_evt_ins;

620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 10);
622: End ins;
623: --
624: end ota_evt_ins;