DBA Data[Home] [Help]

APPS.PQH_CEP_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_prefs row.
53: --
54: delete from pqh_copy_entity_prefs

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

53: --
54: delete from pqh_copy_entity_prefs
55: where copy_entity_pref_id = p_rec.copy_entity_pref_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 177: hr_utility.set_location(' Leaving:'||l_proc, 10);

173: --
174: -- End of API User Hook for post_delete.
175: --
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End post_delete;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |---------------------------------< del >----------------------------------|

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

188: --
189: l_proc varchar2(72) := g_package||'del';
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: -- We must lock the row which we need to delete.
195: --
196: pqh_cep_shd.lck

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

231: l_rec pqh_cep_shd.g_rec_type;
232: l_proc varchar2(72) := g_package||'del';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- As the delete procedure accepts a plsql record structure we do need to
238: -- convert the arguments into the record structure.
239: -- We don't need to call the supplied conversion argument routine as we

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

248: --
249: del(
250: p_effective_date,l_rec);
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: End del;
254: --
255: end pqh_cep_del;