DBA Data[Home] [Help]

APPS.PQH_TCT_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: --
53: -- Added the following code as a part of Zero Downtime Patching Project.
54: -- Code Starts Here.

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

71: delete from pqh_transaction_categories
72: where transaction_category_id = p_rec.transaction_category_id;
73: --
74: --
75: hr_utility.set_location(' Leaving:'||l_proc, 10);
76: --
77: Exception
78: When hr_api.child_integrity_violated then
79: -- Child integrity has been violated

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

119: --
120: l_proc varchar2(72) := g_package||'pre_delete';
121: --
122: Begin
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: End pre_delete;
127: --

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

121: --
122: Begin
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: End pre_delete;
127: --
128: -- ----------------------------------------------------------------------------
129: -- |-----------------------------< post_delete >------------------------------|

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

162: --
163: l_proc varchar2(72) := g_package||'post_delete';
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: --
169: -- Start of API User Hook for post_delete.
170: --

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

207: --
208: -- End of API User Hook for post_delete.
209: --
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_delete;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |---------------------------------< del >----------------------------------|

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

222: --
223: l_proc varchar2(72) := g_package||'del';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- We must lock the row which we need to delete.
229: --
230: pqh_tct_shd.lck

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

265: l_rec pqh_tct_shd.g_rec_type;
266: l_proc varchar2(72) := g_package||'del';
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- As the delete procedure accepts a plsql record structure we do need to
272: -- convert the arguments into the record structure.
273: -- We don't need to call the supplied conversion argument routine as we

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

282: --
283: del(
284: p_effective_date,l_rec);
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End del;
288: --
289: end pqh_tct_del;