DBA Data[Home] [Help]

APPS.PAY_SBT_UPD dependencies on HR_UTILITY

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

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

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

101: object_version_number = p_rec.object_version_number
102: where balance_type_id = p_rec.balance_type_id;
103: --
104: --
105: hr_utility.set_location(' Leaving:'||l_proc, 10);
106: --
107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated

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

157: --
158: l_proc varchar2(72) := g_package||'pre_update';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --

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

159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --
166: -- ----------------------------------------------------------------------------
167: -- |-----------------------------< post_update >------------------------------|

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

199: --
200: l_proc varchar2(72) := g_package||'post_update';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End post_update;
207: --

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

201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End post_update;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |-----------------------------< convert_defs >-----------------------------|

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

254: l_proc varchar2(72) := g_package||'convert_defs';
255: --
256: Begin
257: --
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --
260: -- We must now examine each argument value in the
261: -- p_rec plsql record structure
262: -- to see if a system default is being used. If a system default

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

402: p_rec.input_value_id :=
403: pay_sbt_shd.g_old_rec.input_value_id;
404: End If;
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);
407: --
408: End convert_defs;
409: --
410: -- ----------------------------------------------------------------------------

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

418: --
419: l_proc varchar2(72) := g_package||'upd';
420: --
421: Begin
422: hr_utility.set_location('Entering:'||l_proc, 5);
423: --
424: -- We must lock the row which we need to update.
425: --
426: pay_sbt_shd.lck

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

498: l_rec pay_sbt_shd.g_rec_type;
499: l_proc varchar2(72) := g_package||'upd';
500: --
501: Begin
502: hr_utility.set_location('Entering:'||l_proc, 5);
503: --
504: -- Call conversion function to turn arguments into the
505: -- l_rec structure.
506: --

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

552: --
553: upd(p_effective_date, l_rec);
554: p_object_version_number := l_rec.object_version_number;
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 10);
557: End upd;
558: --
559: end pay_sbt_upd;