DBA Data[Home] [Help]

APPS.PQH_CEA_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

99: check_information3 = p_rec.check_information3 ,
100: object_version_number = p_rec.object_version_number
101: where copy_entity_attrib_id = p_rec.copy_entity_attrib_id;
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated

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

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

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

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

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

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

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

298: --
299: -- End of API User Hook for post_update.
300: --
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End post_update;
304: --
305: -- ----------------------------------------------------------------------------
306: -- |-----------------------------< convert_defs >-----------------------------|

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

350: l_proc varchar2(72) := g_package||'convert_defs';
351: --
352: Begin
353: --
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- We must now examine each argument value in the
357: -- p_rec plsql record structure
358: -- to see if a system default is being used. If a system default

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

503: pqh_cea_shd.g_old_rec.check_information3;
504: End If;
505:
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: --
509: End convert_defs;
510: --
511: -- ----------------------------------------------------------------------------

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

519: --
520: l_proc varchar2(72) := g_package||'upd';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);
524: --
525: -- We must lock the row which we need to update.
526: --
527: pqh_cea_shd.lck

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

603: l_rec pqh_cea_shd.g_rec_type;
604: l_proc varchar2(72) := g_package||'upd';
605: --
606: Begin
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: -- Call conversion function to turn arguments into the
610: -- l_rec structure.
611: --

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

659: upd(
660: p_effective_date,l_rec);
661: p_object_version_number := l_rec.object_version_number;
662: --
663: hr_utility.set_location(' Leaving:'||l_proc, 10);
664: End upd;
665: --
666: end pqh_cea_upd;