DBA Data[Home] [Help]

APPS.OTA_TFL_API_UPD dependencies on HR_UTILITY

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

56: l_proc varchar2(72) := g_package||'update_dml';
57:
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: -- Increment the object version
63: --
64: p_rec.object_version_number := p_rec.object_version_number + 1;

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

133: where finance_line_id = p_rec.finance_line_id;
134: --
135: ota_tfl_api_shd.g_api_dml := false; -- Unset the api dml status
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: --
139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated

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

193: --
194: l_proc varchar2(72) := g_package||'pre_update';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End pre_update;
201: --

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

195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End pre_update;
201: --
202: -- ----------------------------------------------------------------------------
203: -- |-----------------------------< post_update >------------------------------|

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

235: --
236: l_proc varchar2(72) := g_package||'post_update';
237: --
238: Begin
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_update;
243: --

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

237: --
238: Begin
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_update;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |-----------------------------< convert_defs >-----------------------------|

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

290: l_proc varchar2(72) := g_package||'convert_defs';
291: --
292: Begin
293: --
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must now examine each argument value in the
297: -- p_rec plsql record structure
298: -- to see if a system default is being used. If a system default

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

536: End If;
537: --
538: -- Return the plsql record structure.
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 10);
541: Return(p_rec);
542: --
543: End convert_defs;
544: --

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

558: temp_var ota_tfl_api_shd.g_rec_type;
559: -- 06/05/97 Change Ends
560: --
561: Begin
562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- Determine if the business process is to be validated.
565: --
566: If p_validate then

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

612: If p_validate then
613: Raise HR_Api.Validate_Enabled;
614: End If;
615: --
616: hr_utility.set_location(' Leaving:'||l_proc, 10);
617: Exception
618: When HR_Api.Validate_Enabled Then
619: --
620: -- As the Validate_Enabled exception has been raised

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

696: l_rec ota_tfl_api_shd.g_rec_type;
697: l_proc varchar2(72) := g_package||'upd';
698: --
699: Begin
700: hr_utility.set_location('Entering:'||l_proc, 5);
701: --
702: -- Call conversion function to turn arguments into the
703: -- l_rec structure.
704: --

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

774: --
775: upd( l_rec, p_validate, p_transaction_type);
776: p_object_version_number := l_rec.object_version_number;
777: --
778: hr_utility.set_location(' Leaving:'||l_proc, 10);
779: End upd;
780: --
781: end ota_tfl_api_upd;