DBA Data[Home] [Help]

APPS.OTA_CPR_UPD dependencies on OTA_CPR_UPD

Line 1: Package Body ota_cpr_upd as

1: Package Body ota_cpr_upd as
2: /* $Header: otcprrhi.pkb 120.2 2006/10/09 11:33:40 sschauha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: ota_cpr_upd.pre_update(p_rec);

333: hr_multi_message.end_validation_set;
334: --
335: -- Call the supporting pre-update operation
336: --
337: ota_cpr_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: ota_cpr_upd.update_dml(p_rec);

Line 341: ota_cpr_upd.update_dml(p_rec);

337: ota_cpr_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: ota_cpr_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: ota_cpr_upd.post_update

Line 345: ota_cpr_upd.post_update

341: ota_cpr_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: ota_cpr_upd.post_update
346: (p_effective_date
347: ,p_rec
348: );
349: --

Line 390: ota_cpr_upd.upd

386: -- Having converted the arguments into the
387: -- plsql record structure we call the corresponding record
388: -- business process.
389: --
390: ota_cpr_upd.upd
391: (p_effective_date
392: ,l_rec
393: );
394: p_object_version_number := l_rec.object_version_number;

Line 399: end ota_cpr_upd;

395: --
396: hr_utility.set_location(' Leaving:'||l_proc, 10);
397: End upd;
398: --
399: end ota_cpr_upd;