DBA Data[Home] [Help]

APPS.PQP_AAD_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

92: where analyzed_data_id = p_rec.analyzed_data_id;
93: --
94: pqp_aad_shd.g_api_dml := false; -- Unset the api dml status
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: --
98: Exception
99: When hr_api.check_integrity_violated Then
100: -- A check constraint has been violated

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

152: --
153: l_proc varchar2(72) := g_package||'pre_update';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --

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

154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_update >------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'post_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: --
202: -- Start of API User Hook for post_update.
203: --

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

261: --
262: -- End of API User Hook for post_update.
263: --
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End post_update;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |-----------------------------< convert_defs >-----------------------------|

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

313: l_proc varchar2(72) := g_package||'convert_defs';
314: --
315: Begin
316: --
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: --
319: -- We must now examine each argument value in the
320: -- p_rec plsql record structure
321: -- to see if a system default is being used. If a system default

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

398: pqp_aad_shd.g_old_rec.date_w4_signed;
399: End If;
400:
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: --
404: End convert_defs;
405: --
406: -- ----------------------------------------------------------------------------

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

414: --
415: l_proc varchar2(72) := g_package||'upd';
416: --
417: Begin
418: hr_utility.set_location('Entering:'||l_proc, 5);
419: --
420: -- We must lock the row which we need to update.
421: --
422: pqp_aad_shd.lck

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

481: l_rec pqp_aad_shd.g_rec_type;
482: l_proc varchar2(72) := g_package||'upd';
483: --
484: Begin
485: hr_utility.set_location('Entering:'||l_proc, 5);
486: --
487: -- Call conversion function to turn arguments into the
488: -- l_rec structure.
489: --

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

520: upd(
521: p_effective_date,l_rec);
522: p_object_version_number := l_rec.object_version_number;
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);
525: End upd;
526: --
527: end pqp_aad_upd;