DBA Data[Home] [Help]

APPS.PQH_CEC_DEL dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'delete_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Added the following code as a part of Zero Downtime Patching Project.
57: -- Code Starts Here.

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

74: delete from pqh_copy_entity_contexts
75: where context = p_rec.context;
76: --
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: --
80: Exception
81: When hr_api.child_integrity_violated then
82: -- Child integrity has been violated

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

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

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

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

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

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

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

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

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

208: --
209: l_proc varchar2(72) := g_package||'del';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- We must lock the row which we need to delete.
215: --
216: pqh_cec_shd.lck

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

248: l_rec pqh_cec_shd.g_rec_type;
249: l_proc varchar2(72) := g_package||'del';
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: -- As the delete procedure accepts a plsql record structure we do need to
255: -- convert the arguments into the record structure.
256: -- We don't need to call the supplied conversion argument routine as we

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

264: -- business process
265: --
266: del(l_rec);
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End del;
270: --
271: end pqh_cec_del;