DBA Data[Home] [Help]

APPS.PER_EVT_INS dependencies on HR_UTILITY

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

21: --
22: l_proc varchar2(72) := g_package||'set_base_key_value';
23: --
24: Begin
25: hr_utility.set_location('Entering:'||l_proc, 10);
26: --
27: per_evt_ins.g_event_id_i := p_event_id;
28: --
29: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 29: hr_utility.set_location(' Leaving:'||l_proc, 20);

25: hr_utility.set_location('Entering:'||l_proc, 10);
26: --
27: per_evt_ins.g_event_id_i := p_event_id;
28: --
29: hr_utility.set_location(' Leaving:'||l_proc, 20);
30: End set_base_key_value;
31: --
32: --
33: -- ----------------------------------------------------------------------------

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

79: --
80: l_proc varchar2(72) := g_package||'insert_dml';
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 10);
84: p_rec.object_version_number := 1; -- Initialise the object version
85: --
86: per_evt_shd.g_api_dml := true; -- Set the api dml status
87: --

Line 183: hr_utility.set_location(' Leaving:'||l_proc, 20);

179: );
180: --
181: per_evt_shd.g_api_dml := false; -- Unset the api dml status
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 20);
184: Exception
185: When hr_api.check_integrity_violated Then
186: -- A check constraint has been violated
187: per_evt_shd.g_api_dml := false; -- Unset the api dml status

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

255: l_proc varchar2(72) := g_package||'pre_insert';
256: l_exists varchar2(1);
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: If (per_evt_ins.g_event_id_i is not null) Then
262: --
263: -- Verify registered primary key values not already in use

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

291: Fetch C_Sel1 Into p_rec.event_id;
292: Close C_Sel1;
293: End If;
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End pre_insert;
297: --
298: -- ----------------------------------------------------------------------------
299: -- |-----------------------------< post_insert >------------------------------|

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

333: --
334: l_proc varchar2(72) := g_package||'post_insert';
335: --
336: Begin
337: hr_utility.set_location('Entering:'||l_proc, 10);
338: begin
339: --
340: per_evt_rki.after_insert
341: (p_event_id

Line 439: hr_utility.set_location(' Leaving:'||l_proc, 20);

435: ,p_hook_type => 'AI');
436: --
437: end;
438: --
439: hr_utility.set_location(' Leaving:'||l_proc, 20);
440: End post_insert;
441: --
442: -- ----------------------------------------------------------------------------
443: -- |---------------------------------< ins >----------------------------------|

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

448: --
449: l_proc varchar2(72) := g_package||'ins';
450: --
451: Begin
452: hr_utility.set_location('Entering:'||l_proc, 10);
453: --
454: -- Call the supporting insert validate operations
455: --
456: per_evt_bus.insert_validate

Line 474: hr_utility.set_location('Leaving:'||l_proc, 20);

470: per_evt_ins.post_insert
471: (p_rec
472: );
473: --
474: hr_utility.set_location('Leaving:'||l_proc, 20);
475: end ins;
476: --
477: -- ----------------------------------------------------------------------------
478: -- |---------------------------------< ins >----------------------------------|

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

526: l_rec per_evt_shd.g_rec_type;
527: l_proc varchar2(72) := g_package||'ins';
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 10);
531: --
532: -- Call conversion function to turn arguments into the
533: -- p_recstructure.
534: --

Line 595: hr_utility.set_location(' Leaving:'||l_proc, 20);

591: --
592: p_event_id := l_rec.event_id;
593: p_object_version_number := l_rec.object_version_number;
594: --
595: hr_utility.set_location(' Leaving:'||l_proc, 20);
596: End ins;
597: --
598: end per_evt_ins;