DBA Data[Home] [Help]

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

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

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

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

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

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

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

169: --
170: l_proc varchar2(72) := g_package||'post_update';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: --
176: -- Start of API User Hook for post_update.
177: --

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

202: --
203: -- End of API User Hook for post_update.
204: --
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End post_update;
208: --
209: -- ----------------------------------------------------------------------------
210: -- |-----------------------------< 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 279: hr_utility.set_location(' Leaving:'||l_proc, 10);

275: pqh_bgm_shd.g_old_rec.payroll_cost_segment;
276: End If;
277:
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: --
281: End convert_defs;
282: --
283: -- ----------------------------------------------------------------------------

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

290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: pqh_bgm_shd.lck

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

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

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

360: --
361: upd(l_rec);
362: p_object_version_number := l_rec.object_version_number;
363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End upd;
366: --
367: end pqh_bgm_upd;