DBA Data[Home] [Help]

APPS.OTA_TPS_DEL dependencies on OTA_TPS_DEL

Line 1: Package Body ota_tps_del as

1: Package Body ota_tps_del as
2: /* $Header: ottpsrhi.pkb 120.2 2005/12/14 15:17:58 asud noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ota_tps_del.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_tps_del.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< delete_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 297: ota_tps_del.pre_delete(p_rec);

293: hr_multi_message.end_validation_set;
294: --
295: -- Call the supporting pre-delete operation
296: --
297: ota_tps_del.pre_delete(p_rec);
298: --
299: -- Delete the row.
300: --
301: ota_tps_del.delete_dml(p_rec);

Line 301: ota_tps_del.delete_dml(p_rec);

297: ota_tps_del.pre_delete(p_rec);
298: --
299: -- Delete the row.
300: --
301: ota_tps_del.delete_dml(p_rec);
302: --
303: -- Call the supporting post-delete operation
304: --
305: ota_tps_del.post_delete(p_rec);

Line 305: ota_tps_del.post_delete(p_rec);

301: ota_tps_del.delete_dml(p_rec);
302: --
303: -- Call the supporting post-delete operation
304: --
305: ota_tps_del.post_delete(p_rec);
306: --
307: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
308: hr_multi_message.end_validation_set;
309:

Line 338: ota_tps_del.del(l_rec);

334: -- Having converted the arguments into the ota_tps_rec
335: -- plsql record structure we must call the corresponding entity
336: -- business process
337: --
338: ota_tps_del.del(l_rec);
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End del;
342: --

Line 343: end ota_tps_del;

339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End del;
342: --
343: end ota_tps_del;