DBA Data[Home] [Help]

APPS.OTA_TMT_INS dependencies on OTA_TMT_INS

Line 1: Package Body ota_tmt_ins as

1: Package Body ota_tmt_ins as
2: /* $Header: ottmtrhi.pkb 115.6 2002/11/26 17:09:48 hwinsor noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 400: ota_tmt_ins.pre_insert(p_rec);

396: );
397: --
398: -- Call the supporting pre-insert operation
399: --
400: ota_tmt_ins.pre_insert(p_rec);
401: --
402: -- Insert the row
403: --
404: ota_tmt_ins.insert_dml(p_rec);

Line 404: ota_tmt_ins.insert_dml(p_rec);

400: ota_tmt_ins.pre_insert(p_rec);
401: --
402: -- Insert the row
403: --
404: ota_tmt_ins.insert_dml(p_rec);
405: --
406: -- Call the supporting post-insert operation
407: --
408: ota_tmt_ins.post_insert

Line 408: ota_tmt_ins.post_insert

404: ota_tmt_ins.insert_dml(p_rec);
405: --
406: -- Call the supporting post-insert operation
407: --
408: ota_tmt_ins.post_insert
409: (p_effective_date
410: ,p_rec
411: );
412: --

Line 521: ota_tmt_ins.ins

517: --
518: -- Having converted the arguments into the ota_tmt_rec
519: -- plsql record structure we call the corresponding record business process.
520: --
521: ota_tmt_ins.ins
522: (p_effective_date
523: ,l_rec
524: );
525: --

Line 535: end ota_tmt_ins;

531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End ins;
534: --
535: end ota_tmt_ins;