DBA Data[Home] [Help]

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

95: attribute20 = p_rec.attribute20
96: where salary_survey_id = p_rec.salary_survey_id;
97: --
98: --
99: hr_utility.set_location(' Leaving:'||l_proc, 10);
100: --
101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated

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

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

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

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

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

194: --
195: l_proc varchar2(72) := g_package||'post_update';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: begin
201: per_pss_rku.after_update
202: (p_salary_survey_id

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

316: ,p_hook_type => 'AU'
317: );
318: end;
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: --
322: End post_update;
323: --
324: -- ----------------------------------------------------------------------------

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

370: l_proc varchar2(72) := g_package||'convert_defs';
371: --
372: Begin
373: --
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- We must now examine each argument value in the
377: -- p_rec plsql record structure
378: -- to see if a system default is being used. If a system default

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

486: p_rec.attribute20 :=
487: per_pss_shd.g_old_rec.attribute20;
488: End If;
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 10);
491: --
492: End convert_defs;
493: --
494: -- ----------------------------------------------------------------------------

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

502: --
503: l_proc varchar2(72) := g_package||'upd';
504: --
505: Begin
506: hr_utility.set_location('Entering:'||l_proc, 5);
507: --
508: -- We must lock the row which we need to update.
509: --
510: per_pss_shd.lck

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

573: l_rec per_pss_shd.g_rec_type;
574: l_proc varchar2(72) := g_package||'upd';
575: --
576: Begin
577: hr_utility.set_location('Entering:'||l_proc, 5);
578: --
579: -- Call conversion function to turn arguments into the
580: -- l_rec structure.
581: --

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

619: --
620: upd(l_rec, p_effective_date);
621: p_object_version_number := l_rec.object_version_number;
622: --
623: hr_utility.set_location(' Leaving:'||l_proc, 10);
624: End upd;
625: --
626: end per_pss_upd;