DBA Data[Home] [Help]

APPS.OTA_TPC_INS dependencies on OTA_TPC_INS

Line 1: Package Body ota_tpc_ins as

1: Package Body ota_tpc_ins as
2: /* $Header: ottpcrhi.pkb 115.5 2003/06/17 14:27:43 sfmorris noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 520: ota_tpc_ins.pre_insert(p_rec);

516: );
517: --
518: -- Call the supporting pre-insert operation
519: --
520: ota_tpc_ins.pre_insert(p_rec);
521: --
522: -- Insert the row
523: --
524: ota_tpc_ins.insert_dml(p_rec);

Line 524: ota_tpc_ins.insert_dml(p_rec);

520: ota_tpc_ins.pre_insert(p_rec);
521: --
522: -- Insert the row
523: --
524: ota_tpc_ins.insert_dml(p_rec);
525: --
526: -- Call the supporting post-insert operation
527: --
528: ota_tpc_ins.post_insert

Line 528: ota_tpc_ins.post_insert

524: ota_tpc_ins.insert_dml(p_rec);
525: --
526: -- Call the supporting post-insert operation
527: --
528: ota_tpc_ins.post_insert
529: (p_effective_date
530: ,p_rec
531: );
532: --

Line 701: ota_tpc_ins.ins

697: --
698: -- Having converted the arguments into the ota_tpc_rec
699: -- plsql record structure we call the corresponding record business process.
700: --
701: ota_tpc_ins.ins
702: (p_effective_date
703: ,l_rec
704: );
705: --

Line 715: end ota_tpc_ins;

711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: End ins;
714: --
715: end ota_tpc_ins;