DBA Data[Home] [Help]

APPS.OTA_THG_UPD dependencies on OTA_THG_UPD

Line 1: Package Body ota_thg_upd as

1: Package Body ota_thg_upd as
2: /* $Header: otthgrhi.pkb 120.0 2005/05/29 07:44:06 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 365: ota_thg_upd.pre_update(p_rec);

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

Line 369: ota_thg_upd.update_dml(p_rec);

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

Line 373: ota_thg_upd.post_update

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

Line 435: ota_thg_upd.upd

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

Line 445: end ota_thg_upd;

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