DBA Data[Home] [Help]

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

122: ,show_future_term_employee = p_rec.show_future_term_employee
123:
124: where appraisal_template_id = p_rec.appraisal_template_id;
125:
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127:
128: Exception
129: When hr_api.check_integrity_violated Then
130: -- A check constraint has been violated

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

178:
179: l_proc varchar2(72) := g_package||'pre_update';
180:
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183:
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186:

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

180:
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183:
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186:
187: -- ---------------------------------------------------------------------------+
188: -- |-----------------------------< post_update >------------------------------|

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

220:
221: l_proc varchar2(72) := g_package||'post_update';
222:
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225:
226: -- This is a hook point and the user hook for post_update is called here.
227:
228: begin

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

360: );
361: end;
362: -- End of API User Hook for post_update
363:
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End post_update;
366:
367: -- ---------------------------------------------------------------------------+
368: -- |-----------------------------< convert_defs >-----------------------------|

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

413: l_proc varchar2(72) := g_package||'convert_defs';
414:
415: Begin
416:
417: hr_utility.set_location('Entering:'||l_proc, 5);
418:
419: -- We must now examine each argument value in the
420: -- p_rec plsql record structure
421: -- to see if a system default is being used. If a system default

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

661: per_apt_shd.g_old_rec.show_future_term_employee;
662: End If;
663:
664:
665: hr_utility.set_location(' Leaving:'||l_proc, 10);
666:
667: End convert_defs;
668:
669: -- ---------------------------------------------------------------------------+

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

678:
679: l_proc varchar2(72) := g_package||'upd';
680:
681: Begin
682: hr_utility.set_location('Entering:'||l_proc, 5);
683:
684: -- Determine if the business process is to be validated.
685:
686: If p_validate then

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

724: If p_validate then
725: Raise HR_Api.Validate_Enabled;
726: End If;
727:
728: hr_utility.set_location(' Leaving:'||l_proc, 10);
729: Exception
730: When HR_Api.Validate_Enabled Then
731:
732: -- As the Validate_Enabled exception has been raised

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

806: l_rec per_apt_shd.g_rec_type;
807: l_proc varchar2(72) := g_package||'upd';
808:
809: Begin
810: hr_utility.set_location('Entering:'||l_proc, 5);
811:
812: -- Call conversion function to turn arguments into the
813: -- l_rec structure.
814:

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

887: if not p_validate then
888: p_object_version_number := l_rec.object_version_number;
889: end if;
890:
891: hr_utility.set_location(' Leaving:'||l_proc, 10);
892: End upd;
893:
894: end per_apt_upd;