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.19 2011/04/07 13:34:40 shwnayak 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 297: ota_evt_ins.g_event_id_i;

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

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

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

Line 322: ota_evt_ins.g_event_id_i;

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

Line 323: ota_evt_ins.g_event_id_i := null;

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

Line 628: end ota_evt_ins;

624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: End ins;
627: --
628: end ota_evt_ins;