DBA Data[Home] [Help]

APPS.PAY_SF_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 formula_id = p_rec.formula_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 264: hr_utility.set_location(' Leaving:'||l_proc, 10);

260: End If;
261:
262:
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: --
266: End convert_defs;
267: --
268: -- ----------------------------------------------------------------------------

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

275: --
276: l_proc varchar2(72) := g_package||'upd';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- We must lock the row which we need to update.
282: --
283: pay_sf_shd.lck

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

323: l_rec pay_sf_shd.g_rec_type;
324: l_proc varchar2(72) := g_package||'upd';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- Call conversion function to turn arguments into the
330: -- l_rec structure.
331: --

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

349: --
350: upd(p_effective_date, l_rec);
351: p_object_version_number := l_rec.object_version_number;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End upd;
355: --
356: end pay_sf_upd;