DBA Data[Home] [Help]

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

99: where component_id = p_rec.component_id;
100: --
101: per_ppc_shd.g_api_dml := false; -- Unset the api dml status
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 163: hr_utility.set_location('Entering:'||l_proc, 5);

159: --
160: l_proc varchar2(72) := g_package||'pre_update';
161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: End pre_update;
167: --

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

161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: End pre_update;
167: --
168: -- ----------------------------------------------------------------------------
169: -- |-----------------------------< post_update >------------------------------|

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

205: --
206: l_proc varchar2(72) := g_package||'post_update';
207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: -- Call to the user hook for post_update.
212:
213: begin

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

280: );
281: end;
282: -- End of API User Hook for post_update.
283:
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: End post_update;
286: --
287: -- ----------------------------------------------------------------------------
288: -- |-----------------------------< convert_defs >-----------------------------|

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

333: l_proc varchar2(72) := g_package||'convert_defs';
334: --
335: Begin
336: --
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: --
339: -- We must now examine each argument value in the
340: -- p_rec plsql record structure
341: -- to see if a system default is being used. If a system default

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

454: per_ppc_shd.g_old_rec.attribute20;
455: End If;
456:
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 10);
459: --
460: End convert_defs;
461: --
462: -- ----------------------------------------------------------------------------

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

471: --
472: l_proc varchar2(72) := g_package||'upd';
473: --
474: Begin
475: hr_utility.set_location('Entering:'||l_proc, 5);
476: --
477: -- Determine if the business process is to be validated.
478: --
479: If p_validate then

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

517: If p_validate then
518: Raise HR_Api.Validate_Enabled;
519: End If;
520: --
521: hr_utility.set_location(' Leaving:'||l_proc, 10);
522: Exception
523: When HR_Api.Validate_Enabled Then
524: --
525: -- As the Validate_Enabled exception has been raised

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

568: l_rec per_ppc_shd.g_rec_type;
569: l_proc varchar2(72) := g_package||'upd';
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- Call conversion function to turn arguments into the
575: -- l_rec structure.
576: --

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

615: --
616: upd(l_rec, p_validation_strength, p_validate);
617: p_object_version_number := l_rec.object_version_number;
618: --
619: hr_utility.set_location(' Leaving:'||l_proc, 10);
620: End upd;
621: --
622: end per_ppc_upd;