DBA Data[Home] [Help]

APPS.PQH_CER_DEL dependencies on HR_UTILITY

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

46: --
47: l_proc varchar2(72) := g_package||'delete_dml';
48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the pqh_copy_entity_results row.
53: --
54: delete from pqh_copy_entity_results

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

53: --
54: delete from pqh_copy_entity_results
55: where copy_entity_result_id = p_rec.copy_entity_result_id;
56: --
57: hr_utility.set_location(' Leaving:'||l_proc, 10);
58: --
59: Exception
60: When hr_api.child_integrity_violated then
61: -- Child integrity has been violated

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

101: --
102: l_proc varchar2(72) := g_package||'pre_delete';
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: End pre_delete;
109: --

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

103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: End pre_delete;
109: --
110: -- ----------------------------------------------------------------------------
111: -- |-----------------------------< post_delete >------------------------------|

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

144: --
145: l_proc varchar2(72) := g_package||'post_delete';
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: --
151: -- Start of API User Hook for post_delete.
152: --

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

371: --
372: -- End of API User Hook for post_delete.
373: --
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End post_delete;
377: --
378: -- ----------------------------------------------------------------------------
379: -- |---------------------------------< del >----------------------------------|

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

386: --
387: l_proc varchar2(72) := g_package||'del';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- We must lock the row which we need to delete.
393: --
394: pqh_cer_shd.lck

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

429: l_rec pqh_cer_shd.g_rec_type;
430: l_proc varchar2(72) := g_package||'del';
431: --
432: Begin
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- As the delete procedure accepts a plsql record structure we do need to
436: -- convert the arguments into the record structure.
437: -- We don't need to call the supplied conversion argument routine as we

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

446: --
447: del(
448: p_effective_date,l_rec);
449: --
450: hr_utility.set_location(' Leaving:'||l_proc, 10);
451: End del;
452: --
453: end pqh_cer_del;