DBA Data[Home] [Help]

APPS.PQH_CEA_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_attribs row.
53: --
54: delete from pqh_copy_entity_attribs

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

53: --
54: delete from pqh_copy_entity_attribs
55: where copy_entity_attrib_id = p_rec.copy_entity_attrib_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 210: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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