DBA Data[Home] [Help]

APPS.OTA_FTU_UPD dependencies on OTA_FTU_UPD

Line 1: Package Body ota_ftu_upd as

1: Package Body ota_ftu_upd as
2: /* $Header: otfturhi.pkb 120.1 2005/09/21 02:31 aabalakr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 347: ota_ftu_upd.pre_update(p_rec);

343: hr_multi_message.end_validation_set;
344: --
345: -- Call the supporting pre-update operation
346: --
347: ota_ftu_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: ota_ftu_upd.update_dml(p_rec);

Line 351: ota_ftu_upd.update_dml(p_rec);

347: ota_ftu_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: ota_ftu_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: ota_ftu_upd.post_update

Line 355: ota_ftu_upd.post_update

351: ota_ftu_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: ota_ftu_upd.post_update
356: (p_effective_date
357: ,p_rec
358: );
359: --

Line 404: ota_ftu_upd.upd

400: -- Having converted the arguments into the
401: -- plsql record structure we call the corresponding record
402: -- business process.
403: --
404: ota_ftu_upd.upd
405: (p_effective_date
406: ,l_rec
407: );
408: p_object_version_number := l_rec.object_version_number;

Line 413: end ota_ftu_upd;

409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: End upd;
412: --
413: end ota_ftu_upd;