DBA Data[Home] [Help]

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

126: where deployment_factor_id = p_rec.deployment_factor_id;
127: --
128: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: --
132: Exception
133: When hr_api.check_integrity_violated Then
134: -- A check constraint has been violated

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

186: --
187: l_proc varchar2(72) := g_package||'pre_update';
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End pre_update;
194: --

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

188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End pre_update;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |-----------------------------< post_update >------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'post_update';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Start of API User Hook for post_update.
235: begin
236: per_dpf_rku.after_update

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

351: p_hook_type => 'AU'
352: );
353: end;
354: -- End of API User Hook for post_update.
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End post_update;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |-----------------------------< convert_defs >-----------------------------|

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

404: l_proc varchar2(72) := g_package||'convert_defs';
405: --
406: Begin
407: --
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- We must now examine each argument value in the
411: -- p_rec plsql record structure
412: -- to see if a system default is being used. If a system default

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

624: p_rec.attribute20 :=
625: per_dpf_shd.g_old_rec.attribute20;
626: End If;
627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: --
630: End convert_defs;
631: --
632: -- ----------------------------------------------------------------------------

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

640: --
641: l_proc varchar2(72) := g_package||'upd';
642: --
643: Begin
644: hr_utility.set_location('Entering:'||l_proc, 5);
645: --
646: -- We must lock the row which we need to update.
647: --
648: per_dpf_shd.lck

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

738: l_rec per_dpf_shd.g_rec_type;
739: l_proc varchar2(72) := g_package||'upd';
740: --
741: Begin
742: hr_utility.set_location('Entering:'||l_proc, 5);
743: --
744: -- Call conversion function to turn arguments into the
745: -- l_rec structure.
746: --

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

810: --
811: upd(l_rec,p_effective_date);
812: p_object_version_number := l_rec.object_version_number;
813: --
814: hr_utility.set_location(' Leaving:'||l_proc, 10);
815: End upd;
816: --
817: end per_dpf_upd;