DBA Data[Home] [Help]

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

76: status = p_rec.status,
77: object_version_number = p_rec.object_version_number
78: where copy_entity_txn_id = p_rec.copy_entity_txn_id;
79: --
80: hr_utility.set_location(' Leaving:'||l_proc, 10);
81: --
82: Exception
83: When hr_api.check_integrity_violated Then
84: -- A check constraint has been violated

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

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

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

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

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

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

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

229: --
230: -- End of API User Hook for post_update.
231: --
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End post_update;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

342: pqh_cet_shd.g_old_rec.status;
343: End If;
344:
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: --
348: End convert_defs;
349: --
350: -- ----------------------------------------------------------------------------

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

358: --
359: l_proc varchar2(72) := g_package||'upd';
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: -- We must lock the row which we need to update.
365: --
366: pqh_cet_shd.lck

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

419: l_rec pqh_cet_shd.g_rec_type;
420: l_proc varchar2(72) := g_package||'upd';
421: --
422: Begin
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: --
425: -- Call conversion function to turn arguments into the
426: -- l_rec structure.
427: --

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

452: upd(
453: p_effective_date,l_rec);
454: p_object_version_number := l_rec.object_version_number;
455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End upd;
458: --
459: end pqh_cet_upd;