DBA Data[Home] [Help]

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

69: object_version_number = p_rec.object_version_number
70: where balance_feed_id = p_rec.balance_feed_id;
71: --
72: --
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: --
75: Exception
76: When hr_api.check_integrity_violated Then
77: -- A check constraint has been violated

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

125: --
126: l_proc varchar2(72) := g_package||'pre_update';
127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: End pre_update;
133: --

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

127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: End pre_update;
133: --
134: -- ----------------------------------------------------------------------------
135: -- |-----------------------------< post_update >------------------------------|

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

167: --
168: l_proc varchar2(72) := g_package||'post_update';
169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End post_update;
175: --

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

169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End post_update;
175: --
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------------< convert_defs >-----------------------------|

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

222: l_proc varchar2(72) := g_package||'convert_defs';
223: --
224: Begin
225: --
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- We must now examine each argument value in the
229: -- p_rec plsql record structure
230: -- to see if a system default is being used. If a system default

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

251: pay_sbf_shd.g_old_rec.balance_name;
252: End If;
253:
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: --
257: End convert_defs;
258: --
259: -- ----------------------------------------------------------------------------

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

267: --
268: l_proc varchar2(72) := g_package||'upd';
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- We must lock the row which we need to update.
274: --
275: pay_sbf_shd.lck

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

315: l_rec pay_sbf_shd.g_rec_type;
316: l_proc varchar2(72) := g_package||'upd';
317: --
318: Begin
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: -- Call conversion function to turn arguments into the
322: -- l_rec structure.
323: --

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

339: --
340: upd(p_effective_date, l_rec);
341: p_object_version_number := l_rec.object_version_number;
342: --
343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: End upd;
345: --
346: end pay_sbf_upd;