DBA Data[Home] [Help]

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

79: budget_unit3_value_type_cd = p_rec.budget_unit3_value_type_cd
80: where budget_set_id = p_rec.budget_set_id;
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

135: --
136: l_proc varchar2(72) := g_package||'pre_update';
137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: End pre_update;
143: --

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

137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: End pre_update;
143: --
144: -- ----------------------------------------------------------------------------
145: -- |-----------------------------< post_update >------------------------------|

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

178: --
179: l_proc varchar2(72) := g_package||'post_update';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: --
185: -- Start of API User Hook for post_update.
186: --

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

234: --
235: -- End of API User Hook for post_update.
236: --
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End post_update;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |-----------------------------< convert_defs >-----------------------------|

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

286: l_proc varchar2(72) := g_package||'convert_defs';
287: --
288: Begin
289: --
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: --
292: -- We must now examine each argument value in the
293: -- p_rec plsql record structure
294: -- to see if a system default is being used. If a system default

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

350: p_rec.budget_unit3_value_type_cd :=
351: pqh_bst_shd.g_old_rec.budget_unit3_value_type_cd;
352: End If;
353: --
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: --
356: End convert_defs;
357: --
358: -- ----------------------------------------------------------------------------

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

366: --
367: l_proc varchar2(72) := g_package||'upd';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: --
372: -- We must lock the row which we need to update.
373: --
374: pqh_bst_shd.lck

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

428: l_rec pqh_bst_shd.g_rec_type;
429: l_proc varchar2(72) := g_package||'upd';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: -- Call conversion function to turn arguments into the
435: -- l_rec structure.
436: --

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

462: upd(
463: p_effective_date,l_rec);
464: p_object_version_number := l_rec.object_version_number;
465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: End upd;
468: --
469: end pqh_bst_upd;