DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

197: --
198: -- End of API User Hook for post_delete.
199: --
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End post_delete;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |---------------------------------< del >----------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'del';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: -- We must lock the row which we need to delete.
219: --
220: pqh_tca_shd.lck

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

255: l_rec pqh_tca_shd.g_rec_type;
256: l_proc varchar2(72) := g_package||'del';
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: -- As the delete procedure accepts a plsql record structure we do need to
262: -- convert the arguments into the record structure.
263: -- We don't need to call the supplied conversion argument routine as we

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

272: --
273: del(
274: p_effective_date,l_rec);
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End del;
278: --
279: end pqh_tca_del;