DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

354: --
355: -- End of API User Hook for post_update.
356: --
357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: End post_update;
360:
361: ----------------------------------------------------------------------------
362: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

615: pqp_atd_shd.g_old_rec.forecast_income_code;
616: End If;
617:
618: --
619: hr_utility.set_location(' Leaving:'||l_proc, 10);
620:
621: End convert_defs;
622:
623: ----------------------------------------------------------------------------

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

631:
632: l_proc varchar2(72) := g_package||'upd';
633:
634: Begin
635: hr_utility.set_location('Entering:'||l_proc, 5);
636: --
637: -- We must lock the row which we need to update.
638: --
639: pqp_atd_shd.lck

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

729: l_rec pqp_atd_shd.g_rec_type;
730: l_proc varchar2(72) := g_package||'upd';
731:
732: Begin
733: hr_utility.set_location('Entering:'||l_proc, 5);
734: --
735: -- Call conversion function to turn arguments into the
736: -- l_rec structure.
737: --

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

799: upd(
800: p_effective_date,l_rec);
801: p_object_version_number := l_rec.object_version_number;
802: --
803: hr_utility.set_location(' Leaving:'||l_proc, 10);
804: End upd;
805:
806: end pqp_atd_upd;