DBA Data[Home] [Help]

APPS.OTA_TFH_API_UPD dependencies on HR_UTILITY

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

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

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

201: where finance_header_id = p_rec.finance_header_id;
202: --
203: ota_tfh_api_shd.g_api_dml := false; -- Unset the api dml status
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: --
207: Exception
208: When hr_api.check_integrity_violated Then
209: -- A check constraint has been violated

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

261: --
262: l_proc varchar2(72) := g_package||'pre_update';
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End pre_update;
269: --

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

263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End pre_update;
269: --
270: -- ----------------------------------------------------------------------------
271: -- |-----------------------------< post_update >------------------------------|

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

303: --
304: l_proc varchar2(72) := g_package||'post_update';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End post_update;
311: --

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

305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End post_update;
311: --
312: -- ----------------------------------------------------------------------------
313: -- |-----------------------------< convert_defs >-----------------------------|

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

358: l_proc varchar2(72) := g_package||'convert_defs';
359: --
360: Begin
361: --
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: -- We must now examine each argument value in the
365: -- p_rec plsql record structure
366: -- to see if a system default is being used. If a system default

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

890: End If;
891: --
892: -- Return the plsql record structure.
893: --
894: hr_utility.set_location(' Leaving:'||l_proc, 10);
895: Return(p_rec);
896: --
897: End convert_defs;
898: --

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

912: temp_var ota_tfh_api_shd.g_rec_type;
913: -- 06/05/97 Change Ends
914: --
915: Begin
916: hr_utility.set_location('Entering:'||l_proc, 5);
917: --
918: -- Determine if the business process is to be validated.
919: --
920: If p_validate then

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

965: If p_validate then
966: Raise HR_Api.Validate_Enabled;
967: End If;
968: --
969: hr_utility.set_location(' Leaving:'||l_proc, 10);
970: Exception
971: When HR_Api.Validate_Enabled Then
972: --
973: -- As the Validate_Enabled exception has been raised

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

1120: l_rec ota_tfh_api_shd.g_rec_type;
1121: l_proc varchar2(72) := g_package||'upd';
1122: --
1123: Begin
1124: hr_utility.set_location('Entering:'||l_proc, 5);
1125: --
1126: -- Call conversion function to turn arguments into the
1127: -- l_rec structure.
1128: --

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

1269: --
1270: upd(l_rec, p_validate, p_transaction_type);
1271: p_object_version_number := l_rec.object_version_number;
1272: --
1273: hr_utility.set_location(' Leaving:'||l_proc, 10);
1274: End upd;
1275: --
1276: end ota_tfh_api_upd;