DBA Data[Home] [Help]

APPS.OTA_TCC_UPD dependencies on OTA_TCC_UPD

Line 1: Package Body ota_tcc_upd as

1: Package Body ota_tcc_upd 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_upd.'; -- Global package name

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

Line 365: ota_tcc_upd.pre_update(p_rec);

361: );
362: --
363: -- Call the supporting pre-update operation
364: --
365: ota_tcc_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: ota_tcc_upd.update_dml(p_rec);

Line 369: ota_tcc_upd.update_dml(p_rec);

365: ota_tcc_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: ota_tcc_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: ota_tcc_upd.post_update

Line 373: ota_tcc_upd.post_update

369: ota_tcc_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: ota_tcc_upd.post_update
374: (p_effective_date
375: ,p_rec
376: );
377: --

Line 434: ota_tcc_upd.upd

430: -- Having converted the arguments into the
431: -- plsql record structure we call the corresponding record
432: -- business process.
433: --
434: ota_tcc_upd.upd
435: (p_effective_date
436: ,l_rec
437: ,p_validate
438: );

Line 444: end ota_tcc_upd;

440: --
441: hr_utility.set_location(' Leaving:'||l_proc, 10);
442: End upd;
443: --
444: end ota_tcc_upd;