DBA Data[Home] [Help]

APPS.BEN_BFT_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 178: hr_utility.set_location(' Leaving:'||l_proc, 10);

174: where benefit_action_id = p_rec.benefit_action_id;
175: --
176: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: --
180: Exception
181: When hr_api.check_integrity_violated Then
182: -- A check constraint has been violated

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

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

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

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

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

277: --
278: l_proc varchar2(72) := g_package||'post_update';
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: --
284: -- Start of API User Hook for post_update.
285: --

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

499: --
500: -- End of API User Hook for post_update.
501: --
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End post_update;
505: --
506: -- ----------------------------------------------------------------------------
507: -- |-----------------------------< convert_defs >-----------------------------|

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

551: l_proc varchar2(72) := g_package||'convert_defs';
552: --
553: Begin
554: --
555: hr_utility.set_location('Entering:'||l_proc, 5);
556: --
557: -- We must now examine each argument value in the
558: -- p_rec plsql record structure
559: -- to see if a system default is being used. If a system default

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

966: p_rec.grant_price_val:=
967: ben_bft_shd.g_old_rec.grant_price_val;
968: End If;
969: --
970: hr_utility.set_location(' Leaving:'||l_proc, 10);
971: --
972: End convert_defs;
973: --
974: -- ----------------------------------------------------------------------------

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

982: --
983: l_proc varchar2(72) := g_package||'upd';
984: --
985: Begin
986: hr_utility.set_location('Entering:'||l_proc, 5);
987: --
988: -- We must lock the row which we need to update.
989: --
990: ben_bft_shd.lck

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

1129: l_rec ben_bft_shd.g_rec_type;
1130: l_proc varchar2(72) := g_package||'upd';
1131: --
1132: Begin
1133: hr_utility.set_location('Entering:'||l_proc, 5);
1134: --
1135: -- Call conversion function to turn arguments into the
1136: -- l_rec structure.
1137: --

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

1250: --
1251: upd(p_effective_date,l_rec);
1252: p_object_version_number := l_rec.object_version_number;
1253: --
1254: hr_utility.set_location(' Leaving:'||l_proc, 10);
1255: End upd;
1256: --
1257: end ben_bft_upd;