DBA Data[Home] [Help]

APPS.OTA_TFH_API_INS dependencies on HR_UTILITY

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

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

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ota_tfh_api_ins.g_finance_header_id_i := finance_header_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30:
31: --
32: -- ----------------------------------------------------------------------------

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

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

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

354: );
355: --
356: ota_tfh_api_shd.g_api_dml := false; -- Unset the api dml status
357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: Exception
360: When hr_api.check_integrity_violated Then
361: -- A check constraint has been violated
362: ota_tfh_api_shd.g_api_dml := false; -- Unset the api dml status

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

431:
432: l_exists varchar2(1);
433:
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: If (ota_tfh_api_ins.g_finance_header_id_i is not null) Then
438: --
439: -- Verify registered primary key values not already in use

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

468: Fetch C_Sel1 Into p_rec.finance_header_id;
469: Close C_Sel1;
470: End if;
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: End pre_insert;
474:
475: --
476: -- ----------------------------------------------------------------------------

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

509: --
510: l_proc varchar2(72) := g_package||'post_insert';
511: --
512: Begin
513: hr_utility.set_location('Entering:'||l_proc, 5);
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: End post_insert;
517: --

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

511: --
512: Begin
513: hr_utility.set_location('Entering:'||l_proc, 5);
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: End post_insert;
517: --
518: -- ----------------------------------------------------------------------------
519: -- |---------------------------------< ins >----------------------------------|

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

527: --
528: l_proc varchar2(72) := g_package||'ins';
529: --
530: Begin
531: hr_utility.set_location('Entering:'||l_proc, 5);
532: --
533: -- Determine if the business process is to be validated.
534: --
535: If p_validate then

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

560: If p_validate then
561: Raise HR_Api.Validate_Enabled;
562: End If;
563: --
564: hr_utility.set_location(' Leaving:'||l_proc, 10);
565: Exception
566: When HR_Api.Validate_Enabled Then
567: --
568: -- As the Validate_Enabled exception has been raised

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

715: l_rec ota_tfh_api_shd.g_rec_type;
716: l_proc varchar2(72) := g_package||'ins';
717: --
718: Begin
719: hr_utility.set_location('Entering:'||l_proc, 5);
720: --
721: -- Call conversion function to turn arguments into the
722: -- p_rec structure.
723: --

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

868: --
869: p_finance_header_id := l_rec.finance_header_id;
870: p_object_version_number := l_rec.object_version_number;
871: --
872: hr_utility.set_location(' Leaving:'||l_proc, 10);
873: End ins;
874: --
875: end ota_tfh_api_ins;