DBA Data[Home] [Help]

APPS.PQH_CET_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_txns row.
53: --
54: delete from pqh_copy_entity_txns

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

53: --
54: delete from pqh_copy_entity_txns
55: where copy_entity_txn_id = p_rec.copy_entity_txn_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 187: hr_utility.set_location(' Leaving:'||l_proc, 10);

183: --
184: -- End of API User Hook for post_delete.
185: --
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: End post_delete;
189: --
190: -- ----------------------------------------------------------------------------
191: -- |---------------------------------< del >----------------------------------|

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

198: --
199: l_proc varchar2(72) := g_package||'del';
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: -- We must lock the row which we need to delete.
205: --
206: pqh_cet_shd.lck

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

241: l_rec pqh_cet_shd.g_rec_type;
242: l_proc varchar2(72) := g_package||'del';
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: -- As the delete procedure accepts a plsql record structure we do need to
248: -- convert the arguments into the record structure.
249: -- We don't need to call the supplied conversion argument routine as we

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

258: --
259: del(
260: p_effective_date,l_rec);
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 10);
263: End del;
264: --
265: end pqh_cet_del;