DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

357: p_rec.budget_unit1_available :=
358: pqh_wpr_shd.g_old_rec.budget_unit1_available;
359: End If;
360: --
361: hr_utility.set_location(' Leaving:'||l_proc, 10);
362: --
363: End convert_defs;
364: --
365: -- ----------------------------------------------------------------------------

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

373: --
374: l_proc varchar2(72) := g_package||'upd';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: -- We must lock the row which we need to update.
380: --
381: pqh_wpr_shd.lck

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

436: l_rec pqh_wpr_shd.g_rec_type;
437: l_proc varchar2(72) := g_package||'upd';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Call conversion function to turn arguments into the
443: -- l_rec structure.
444: --

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

471: upd(
472: p_effective_date,l_rec);
473: p_object_version_number := l_rec.object_version_number;
474: --
475: hr_utility.set_location(' Leaving:'||l_proc, 10);
476: End upd;
477: --
478: end pqh_wpr_upd;