DBA Data[Home] [Help]

APPS.PAY_RFP_DEL dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: pay_rfp_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the pay_report_format_parameters row.

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

66: and parameter_name = p_rec.parameter_name;
67: --
68: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: --
72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated

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

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

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

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

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

158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End post_delete;
166: --

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

160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End post_delete;
166: --
167: -- ----------------------------------------------------------------------------
168: -- |---------------------------------< del >----------------------------------|

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

173: --
174: l_proc varchar2(72) := g_package||'del';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: -- We must lock the row which we need to delete.
180: --
181: pay_rfp_shd.lck

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

220: l_rec pay_rfp_shd.g_rec_type;
221: l_proc varchar2(72) := g_package||'del';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- As the delete procedure accepts a plsql record structure we do need to
227: -- convert the arguments into the record structure.
228: -- We don't need to call the supplied conversion argument routine as we

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

237: -- business process
238: --
239: pay_rfp_del.del(l_rec);
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End del;
243: --
244: end pay_rfp_del;