DBA Data[Home] [Help]

APPS.PAY_EGU_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 pay_event_group_usages row.

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

99: where event_group_usage_id = p_rec.event_group_usage_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 196: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

200: ('EVENT_GROUP_USAGE_ID', p_rec.event_group_usage_id
201: );
202:
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: End post_delete;
206: --
207: -- ----------------------------------------------------------------------------
208: -- |---------------------------------< del >----------------------------------|

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

213: --
214: l_proc varchar2(72) := g_package||'del';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: -- We must lock the row which we need to delete.
220: --
221: pay_egu_shd.lck

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

258: l_rec pay_egu_shd.g_rec_type;
259: l_proc varchar2(72) := g_package||'del';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: -- As the delete procedure accepts a plsql record structure we do need to
265: -- convert the arguments into the record structure.
266: -- We don't need to call the supplied conversion argument routine as we

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

274: -- business process
275: --
276: pay_egu_del.del(l_rec);
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End del;
280: --
281: end pay_egu_del;