DBA Data[Home] [Help]

APPS.OTA_CUS_UPD dependencies on OTA_CUS_UPD

Line 1: Package Body ota_cus_upd as

1: Package Body ota_cus_upd as
2: /* $Header: otcusrhi.pkb 120.0 2005/06/24 07:53 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 333: ota_cus_upd.pre_update(p_rec);

329: hr_multi_message.end_validation_set;
330: --
331: -- Call the supporting pre-update operation
332: --
333: ota_cus_upd.pre_update(p_rec);
334: --
335: -- Update the row.
336: --
337: ota_cus_upd.update_dml(p_rec);

Line 337: ota_cus_upd.update_dml(p_rec);

333: ota_cus_upd.pre_update(p_rec);
334: --
335: -- Update the row.
336: --
337: ota_cus_upd.update_dml(p_rec);
338: --
339: -- Call the supporting post-update operation
340: --
341: ota_cus_upd.post_update

Line 341: ota_cus_upd.post_update

337: ota_cus_upd.update_dml(p_rec);
338: --
339: -- Call the supporting post-update operation
340: --
341: ota_cus_upd.post_update
342: (p_effective_date
343: ,p_rec
344: );
345: --

Line 386: ota_cus_upd.upd

382: -- Having converted the arguments into the
383: -- plsql record structure we call the corresponding record
384: -- business process.
385: --
386: ota_cus_upd.upd
387: (p_effective_date
388: ,l_rec
389: );
390: p_object_version_number := l_rec.object_version_number;

Line 395: end ota_cus_upd;

391: --
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End upd;
394: --
395: end ota_cus_upd;