DBA Data[Home] [Help]

APPS.OTA_EVT_INS dependencies on HR_UTILITY

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

17: --
18: l_proc varchar2(72) := g_package||'set_base_key_value';
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);

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

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:
28: -- ----------------------------------------------------------------------------
29: -- |------------------------------< insert_dml >------------------------------|

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

72: --
73: l_proc varchar2(72) := g_package||'insert_dml';
74: --
75: Begin
76: hr_utility.set_location('Entering:'||l_proc, 5);
77: p_rec.object_version_number := 1; -- Initialise the object version
78: --
79: ota_evt_shd.g_api_dml := true; -- Set the api dml status
80: --

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

222: );
223: --
224: ota_evt_shd.g_api_dml := false; -- Unset the api dml status
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated
230: ota_evt_shd.g_api_dml := false; -- Unset the api dml status

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

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);
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: --

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

332: Close C_Sel1;
333:
334: END IF;
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 10);
337: End pre_insert;
338: --
339:
340:

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

375: l_proc varchar2(72) := g_package||'post_insert';
376: l_return boolean;
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: /* commented out to fix bug 3385192. The call is moved to ota_tdb_ins.post_insert */
381: /* IF p_rec.line_id is not null then
382: l_return := ota_utility.check_wf_status(p_rec.line_id,'BLOCK');
383: IF l_return = TRUE THEN

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

388: END IF;
389:
390: END IF;*/
391:
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End post_insert;
394: --
395: -- ----------------------------------------------------------------------------
396: -- |---------------------------------< ins >----------------------------------|

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

403: --
404: l_proc varchar2(72) := g_package||'ins';
405: --
406: Begin
407: hr_utility.set_location('Entering:'||l_proc, 5);
408: --
409: -- Determine if the business process is to be validated.
410: --
411: If p_validate then

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

442: If p_validate then
443: Raise HR_Api.Validate_Enabled;
444: End If;
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: Exception
448: When HR_Api.Validate_Enabled Then
449: --
450: -- As the Validate_Enabled exception has been raised

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

532: l_rec ota_evt_shd.g_rec_type;
533: l_proc varchar2(72) := g_package||'ins';
534: --
535: Begin
536: hr_utility.set_location('Entering:'||l_proc, 5);
537: --
538: -- Call conversion function to turn arguments into the
539: -- p_rec structure.
540: --

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

621: --
622: p_event_id := l_rec.event_id;
623: p_object_version_number := l_rec.object_version_number;
624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: End ins;
627: --
628: end ota_evt_ins;