DBA Data[Home] [Help]

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

119: aei_information30 = p_rec.aei_information30,
120: object_version_number = p_rec.object_version_number
121: where assignment_extra_info_id = p_rec.assignment_extra_info_id;
122: --
123: hr_utility.set_location(' Leaving:'||l_proc, 10);
124: --
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated

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

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

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

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

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

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

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

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

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

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

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

644: pe_aei_shd.g_old_rec.aei_information30;
645: End If;
646:
647: --
648: hr_utility.set_location(' Leaving:'||l_proc, 10);
649: --
650: End convert_defs;
651: --
652: -- ----------------------------------------------------------------------------

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

660: --
661: l_proc varchar2(72) := g_package||'upd';
662: --
663: Begin
664: hr_utility.set_location('Entering:'||l_proc, 5);
665: --
666: -- Determine if the business process is to be validated.
667: --
668: If p_validate then

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

706: If p_validate then
707: Raise HR_Api.Validate_Enabled;
708: End If;
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: Exception
712: When HR_Api.Validate_Enabled Then
713: --
714: -- As the Validate_Enabled exception has been raised

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

786: l_rec pe_aei_shd.g_rec_type;
787: l_proc varchar2(72) := g_package||'upd';
788: --
789: Begin
790: hr_utility.set_location('Entering:'||l_proc, 5);
791: --
792: -- Call conversion function to turn arguments into the
793: -- l_rec structure.
794: --

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

863: --
864: upd(l_rec, p_validate);
865: p_object_version_number := l_rec.object_version_number;
866: --
867: hr_utility.set_location(' Leaving:'||l_proc, 10);
868: End upd;
869: --
870: end pe_aei_upd;