DBA Data[Home] [Help]

APPS.OTA_FMS_UPD dependencies on OTA_FMS_UPD

Line 1: Package Body ota_fms_upd as

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

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

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

Line 395: ota_fms_upd.pre_update(p_rec);

391: hr_multi_message.end_validation_set;
392: --
393: -- Call the supporting pre-update operation
394: --
395: ota_fms_upd.pre_update(p_rec);
396: --
397: -- Update the row.
398: --
399: ota_fms_upd.update_dml(p_rec);

Line 399: ota_fms_upd.update_dml(p_rec);

395: ota_fms_upd.pre_update(p_rec);
396: --
397: -- Update the row.
398: --
399: ota_fms_upd.update_dml(p_rec);
400: --
401: -- Call the supporting post-update operation
402: --
403: ota_fms_upd.post_update

Line 403: ota_fms_upd.post_update

399: ota_fms_upd.update_dml(p_rec);
400: --
401: -- Call the supporting post-update operation
402: --
403: ota_fms_upd.post_update
404: (p_effective_date
405: ,p_rec
406: );
407: --

Line 460: ota_fms_upd.upd

456: -- Having converted the arguments into the
457: -- plsql record structure we call the corresponding record
458: -- business process.
459: --
460: ota_fms_upd.upd
461: (p_effective_date
462: ,l_rec
463: );
464: p_object_version_number := l_rec.object_version_number;

Line 469: end ota_fms_upd;

465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: End upd;
468: --
469: end ota_fms_upd;