DBA Data[Home] [Help]

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

91: where id_value = p_rec.id_value;
92: --
93: per_bil_shd.g_api_dml := false; -- Unset the api dml status
94: --
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: --
97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated

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

151: --
152: l_proc varchar2(72) := g_package||'pre_update';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --

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

153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --
160: -- ----------------------------------------------------------------------------
161: -- |-----------------------------< post_update >------------------------------|

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

193: --
194: l_proc varchar2(72) := g_package||'post_update';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: --
200: -- Start of API User Hook for post_update.
201: --

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

260: --
261: -- End of API User Hook for post_update.
262: --
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End post_update;
266: --
267: -- ----------------------------------------------------------------------------
268: -- |-----------------------------< convert_defs >-----------------------------|

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

312: l_proc varchar2(72) := g_package||'convert_defs';
313: --
314: Begin
315: --
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: --
318: -- We must now examine each argument value in the
319: -- p_rec plsql record structure
320: -- to see if a system default is being used. If a system default

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

392: p_rec.date_value3 :=
393: per_bil_shd.g_old_rec.date_value3;
394: End If;
395: --
396: hr_utility.set_location(' Leaving:'||l_proc, 10);
397: --
398: End convert_defs;
399: --
400: -- ----------------------------------------------------------------------------

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

407: --
408: l_proc varchar2(72) := g_package||'upd';
409: --
410: Begin
411: hr_utility.set_location('Entering:'||l_proc, 5);
412: --
413: -- We must lock the row which we need to update.
414: --
415: per_bil_shd.lck

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

471: l_rec per_bil_shd.g_rec_type;
472: l_proc varchar2(72) := g_package||'upd';
473: --
474: Begin
475: hr_utility.set_location('Entering:'||l_proc, 5);
476: --
477: -- Call conversion function to turn arguments into the
478: -- l_rec structure.
479: --

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

508: --
509: upd(l_rec);
510: p_object_version_number := l_rec.object_version_number;
511: --
512: hr_utility.set_location(' Leaving:'||l_proc, 10);
513: End upd;
514: --
515: end per_bil_upd;