DBA Data[Home] [Help]

APPS.OTA_FCE_UPD dependencies on OTA_FCE_UPD

Line 1: Package Body ota_fce_upd as

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

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

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

Line 350: ota_fce_upd.pre_update(p_rec);

346: hr_multi_message.end_validation_set;
347: --
348: -- Call the supporting pre-update operation
349: --
350: ota_fce_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: ota_fce_upd.update_dml(p_rec);

Line 354: ota_fce_upd.update_dml(p_rec);

350: ota_fce_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: ota_fce_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: ota_fce_upd.post_update

Line 358: ota_fce_upd.post_update

354: ota_fce_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: ota_fce_upd.post_update
359: (p_effective_date
360: ,p_rec
361: );
362: --

Line 405: ota_fce_upd.upd

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

Line 414: end ota_fce_upd;

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