DBA Data[Home] [Help]

APPS.PQH_CRD_DEL dependencies on HR_UTILITY

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

88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --
91: Begin
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pqh_criteria_rate_defn row.

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

99: where criteria_rate_defn_id = p_rec.criteria_rate_defn_id;
100: --
101: --
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated

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

149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --

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

151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_delete >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_delete';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: begin
197: --
198: -- Delete ownerships if applicable
199: delete_app_ownerships

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

310: ,p_hook_type => 'AD');
311: --
312: end;
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 10);
315: End post_delete;
316: --
317: -- ----------------------------------------------------------------------------
318: -- |---------------------------------< del >----------------------------------|

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

323: --
324: l_proc varchar2(72) := g_package||'del';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- We must lock the row which we need to delete.
330: --
331: pqh_crd_shd.lck

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

368: l_rec pqh_crd_shd.g_rec_type;
369: l_proc varchar2(72) := g_package||'del';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- As the delete procedure accepts a plsql record structure we do need to
375: -- convert the arguments into the record structure.
376: -- We don't need to call the supplied conversion argument routine as we

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

384: -- business process
385: --
386: pqh_crd_del.del(l_rec);
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End del;
390: --
391: end pqh_crd_del;