DBA Data[Home] [Help]

APPS.OTA_TCC_INS dependencies on OTA_TCC_INS

Line 1: Package Body ota_tcc_ins as

1: Package Body ota_tcc_ins as
2: /* $Header: ottccrhi.pkb 120.1 2005/09/01 07:26:31 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 277: ota_tcc_ins.pre_insert(p_rec);

273: );
274: --
275: -- Call the supporting pre-insert operation
276: --
277: ota_tcc_ins.pre_insert(p_rec);
278: --
279: -- Insert the row
280: --
281: ota_tcc_ins.insert_dml(p_rec);

Line 281: ota_tcc_ins.insert_dml(p_rec);

277: ota_tcc_ins.pre_insert(p_rec);
278: --
279: -- Insert the row
280: --
281: ota_tcc_ins.insert_dml(p_rec);
282: --
283: -- Call the supporting post-insert operation
284: --
285: ota_tcc_ins.post_insert

Line 285: ota_tcc_ins.post_insert

281: ota_tcc_ins.insert_dml(p_rec);
282: --
283: -- Call the supporting post-insert operation
284: --
285: ota_tcc_ins.post_insert
286: (p_effective_date
287: ,p_rec
288: );
289: --

Line 345: ota_tcc_ins.ins

341: --
342: -- Having converted the arguments into the ota_tcc_rec
343: -- plsql record structure we call the corresponding record business process.
344: --
345: ota_tcc_ins.ins
346: (p_effective_date
347: ,l_rec
348: ,p_validate
349: );

Line 360: end ota_tcc_ins;

356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End ins;
359: --
360: end ota_tcc_ins;