DBA Data[Home] [Help]

APPS.OTA_CFS_UPD dependencies on OTA_CFS_UPD

Line 1: Package Body ota_cfs_upd as

1: Package Body ota_cfs_upd as
2: /* $Header: otcfsrhi.pkb 120.2 2005/08/24 09:49 dhmulia noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 551: ota_cfs_upd.pre_update(p_rec);

547: hr_multi_message.end_validation_set;
548: --
549: -- Call the supporting pre-update operation
550: --
551: ota_cfs_upd.pre_update(p_rec);
552: --
553: -- Update the row.
554: --
555: ota_cfs_upd.update_dml(p_rec);

Line 555: ota_cfs_upd.update_dml(p_rec);

551: ota_cfs_upd.pre_update(p_rec);
552: --
553: -- Update the row.
554: --
555: ota_cfs_upd.update_dml(p_rec);
556: --
557: -- Call the supporting post-update operation
558: --
559: ota_cfs_upd.post_update

Line 559: ota_cfs_upd.post_update

555: ota_cfs_upd.update_dml(p_rec);
556: --
557: -- Call the supporting post-update operation
558: --
559: ota_cfs_upd.post_update
560: (p_effective_date
561: ,p_rec
562: );
563: --

Line 654: ota_cfs_upd.upd

650: -- Having converted the arguments into the
651: -- plsql record structure we call the corresponding record
652: -- business process.
653: --
654: ota_cfs_upd.upd
655: (p_effective_date
656: ,l_rec
657: ,p_name
658: );

Line 664: end ota_cfs_upd;

660: --
661: hr_utility.set_location(' Leaving:'||l_proc, 10);
662: End upd;
663: --
664: end ota_cfs_upd;