DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

205: --
206: -- End of API User Hook for post_update.
207: --
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: End post_update;
211: --
212: -- ----------------------------------------------------------------------------
213: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

282: pqh_cec_shd.g_old_rec.transaction_short_name;
283: End If;
284:
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: --
288: End convert_defs;
289: --
290: -- ----------------------------------------------------------------------------

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

297: --
298: l_proc varchar2(72) := g_package||'upd';
299: --
300: Begin
301: hr_utility.set_location('Entering:'||l_proc, 5);
302: --
303: -- We must lock the row which we need to update.
304: --
305: pqh_cec_shd.lck

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

346: l_rec pqh_cec_shd.g_rec_type;
347: l_proc varchar2(72) := g_package||'upd';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- Call conversion function to turn arguments into the
353: -- l_rec structure.
354: --

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

369: --
370: upd(l_rec);
371: p_object_version_number := l_rec.object_version_number;
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End upd;
375: --
376: end pqh_cec_upd;