DBA Data[Home] [Help]

APPS.OTA_COI_UPD dependencies on OTA_COI_UPD

Line 1: Package Body ota_coi_upd as

1: Package Body ota_coi_upd as
2: /* $Header: otcoirhi.pkb 120.3 2005/08/12 02:46 pchandra noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 342: ota_coi_upd.pre_update(p_rec);

338: hr_multi_message.end_validation_set;
339: --
340: -- Call the supporting pre-update operation
341: --
342: ota_coi_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: ota_coi_upd.update_dml(p_rec);

Line 346: ota_coi_upd.update_dml(p_rec);

342: ota_coi_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: ota_coi_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: ota_coi_upd.post_update

Line 350: ota_coi_upd.post_update

346: ota_coi_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: ota_coi_upd.post_update
351: (p_effective_date
352: ,p_rec
353: );
354: --

Line 397: ota_coi_upd.upd

393: -- Having converted the arguments into the
394: -- plsql record structure we call the corresponding record
395: -- business process.
396: --
397: ota_coi_upd.upd
398: (p_effective_date
399: ,l_rec
400: );
401: p_object_version_number := l_rec.object_version_number;

Line 406: end ota_coi_upd;

402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end ota_coi_upd;