DBA Data[Home] [Help]

APPS.OTA_FNS_UPD dependencies on OTA_FNS_UPD

Line 1: Package Body ota_fns_upd as

1: Package Body ota_fns_upd as
2: /* $Header: otfnsrhi.pkb 120.1 2005/07/18 05:29 aabalakr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 324: ota_fns_upd.pre_update(p_rec);

320: hr_multi_message.end_validation_set;
321: --
322: -- Call the supporting pre-update operation
323: --
324: ota_fns_upd.pre_update(p_rec);
325: --
326: -- Update the row.
327: --
328: ota_fns_upd.update_dml(p_rec);

Line 328: ota_fns_upd.update_dml(p_rec);

324: ota_fns_upd.pre_update(p_rec);
325: --
326: -- Update the row.
327: --
328: ota_fns_upd.update_dml(p_rec);
329: --
330: -- Call the supporting post-update operation
331: --
332: ota_fns_upd.post_update

Line 332: ota_fns_upd.post_update

328: ota_fns_upd.update_dml(p_rec);
329: --
330: -- Call the supporting post-update operation
331: --
332: ota_fns_upd.post_update
333: (p_effective_date
334: ,p_rec
335: );
336: --

Line 375: ota_fns_upd.upd

371: -- Having converted the arguments into the
372: -- plsql record structure we call the corresponding record
373: -- business process.
374: --
375: ota_fns_upd.upd
376: (p_effective_date
377: ,l_rec
378: );
379: p_object_version_number := l_rec.object_version_number;

Line 384: end ota_fns_upd;

380: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End upd;
383: --
384: end ota_fns_upd;