DBA Data[Home] [Help]

APPS.OTA_TEA_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: --
62: ota_tea_shd.g_api_dml := true; -- Set the api dml status
63: --

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

96: where event_association_id = p_rec.event_association_id;
97: --
98: ota_tea_shd.g_api_dml := false; -- Unset the api dml status
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: --
102: Exception
103: When hr_api.check_integrity_violated Then
104: -- A check constraint has been violated

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

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

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

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

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

229: l_number number;
230: l_cancel_finance_line boolean;
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: if p_update_finance_line in ('C','Y') then
236: l_cancel_finance_line := (p_update_finance_line = 'C');
237: ota_finance.maintain_finance_line

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

278: ,p_finance_line_id => p_finance_line_id
279: ,p_delegate_contact_email => p_delegate_contact_email
280: );
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End post_update;
284:
285: --
286: -- ----------------------------------------------------------------------------

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

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

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

450: End If;
451: --
452: -- Return the plsql record structure.
453: --
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: Return(p_rec);
456: --
457: End convert_defs;
458: --

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

494: --
495: l_proc varchar2(72) := g_package||'upd';
496: --
497: Begin
498: hr_utility.set_location('Entering:'||l_proc, 5);
499: --
500: -- Determine if the business process is to be validated.
501: --
502: If p_validate then

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

571: If p_validate then
572: Raise HR_Api.Validate_Enabled;
573: End If;
574: --
575: hr_utility.set_location(' Leaving:'||l_proc, 10);
576: Exception
577: When HR_Api.Validate_Enabled Then
578: --
579: -- As the Validate_Enabled exception has been raised

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

649: l_rec ota_tea_shd.g_rec_type;
650: l_proc varchar2(72) := g_package||'upd';
651: --
652: Begin
653: hr_utility.set_location('Entering:'||l_proc, 5);
654: --
655: -- Call conversion function to turn arguments into the
656: -- l_rec structure.
657: --

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

723: ,p_delegate_contact_email
724: );
725: --
726: --
727: hr_utility.set_location(' Leaving:'||l_proc, 10);
728: End upd;
729: --
730: Procedure upd
731: (