DBA Data[Home] [Help]

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

74: object_version_number = p_rec.object_version_number
75: where formula_result_rule_id = p_rec.formula_result_rule_id;
76: --
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: --
80: Exception
81: When hr_api.check_integrity_violated Then
82: -- A check constraint has been violated

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

130: --
131: l_proc varchar2(72) := g_package||'pre_update';
132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: End pre_update;
138: --

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

132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: End pre_update;
138: --
139: -- ----------------------------------------------------------------------------
140: -- |-----------------------------< post_update >------------------------------|

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

172: --
173: l_proc varchar2(72) := g_package||'post_update';
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: End post_update;
180: --

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

174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: End post_update;
180: --
181: -- ----------------------------------------------------------------------------
182: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

267: p_rec.element_name :=
268: pay_sfr_shd.g_old_rec.element_name;
269: End If;
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: --
273: End convert_defs;
274: --
275: -- ----------------------------------------------------------------------------

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

283: --
284: l_proc varchar2(72) := g_package||'upd';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- We must lock the row which we need to update.
290: --
291: pay_sfr_shd.lck

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

336: l_rec pay_sfr_shd.g_rec_type;
337: l_proc varchar2(72) := g_package||'upd';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);
341: --
342: -- Call conversion function to turn arguments into the
343: -- l_rec structure.
344: --

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

363: --
364: upd(p_effective_date, l_rec);
365: p_object_version_number := l_rec.object_version_number;
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End upd;
369: --
370: end pay_sfr_upd;