DBA Data[Home] [Help]

APPS.PAY_BTL_UPD dependencies on HR_UTILITY

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

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

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

187: where batch_line_id = p_rec.batch_line_id;
188: --
189: pay_btl_shd.g_api_dml := false; -- Unset the api dml status
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: --
193: Exception
194: When hr_api.check_integrity_violated Then
195: -- A check constraint has been violated

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

249: --
250: l_proc varchar2(72) := g_package||'pre_update';
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End pre_update;
257: --

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

251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End pre_update;
257: --
258: -- ----------------------------------------------------------------------------
259: -- |-----------------------------< post_update >------------------------------|

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

294: --
295: l_proc varchar2(72) := g_package||'post_update';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: begin
300: --
301: pay_btl_rku.after_update
302: (p_session_date

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

772: ,p_hook_type => 'AU');
773: --
774: end;
775: --
776: hr_utility.set_location(' Leaving:'||l_proc, 10);
777: End post_update;
778: --
779: -- ----------------------------------------------------------------------------
780: -- |-----------------------------< convert_defs >-----------------------------|

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

1303: l_segments pay_btl_shd.segment_value;
1304: l_segment_passed boolean;
1305: --
1306: Begin
1307: hr_utility.set_location('Entering:'||l_proc, 5);
1308: --
1309: -- We must lock the row which we need to update.
1310: --
1311: pay_btl_shd.lck

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

1587: -- l_concat_segments_out varchar2(2000);
1588: -- l_cost_allocation_keyflex_id number;
1589: --
1590: Begin
1591: hr_utility.set_location('Entering:'||l_proc, 5);
1592: --
1593: -- Call conversion function to turn arguments into the
1594: -- l_rec structure.
1595: --

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

1729: l_rec
1730: );
1731: p_object_version_number := l_rec.object_version_number;
1732: --
1733: hr_utility.set_location(' Leaving:'||l_proc, 10);
1734: End upd;
1735: --
1736: end pay_btl_upd;
1737: