DBA Data[Home] [Help]

APPS.FF_FFN_UPD dependencies on FF_FFN_UPD

Line 1: Package Body ff_ffn_upd as

1: Package Body ff_ffn_upd as
2: /* $Header: ffffnrhi.pkb 120.1 2005/10/05 01:50 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 355: ff_ffn_upd.pre_update(p_rec);

351: hr_multi_message.end_validation_set;
352: --
353: -- Call the supporting pre-update operation
354: --
355: ff_ffn_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: ff_ffn_upd.update_dml(p_rec);

Line 359: ff_ffn_upd.update_dml(p_rec);

355: ff_ffn_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: ff_ffn_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: ff_ffn_upd.post_update

Line 363: ff_ffn_upd.post_update

359: ff_ffn_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: ff_ffn_upd.post_update
364: (p_effective_date
365: ,p_rec
366: );
367: --

Line 416: ff_ffn_upd.upd

412: -- Having converted the arguments into the
413: -- plsql record structure we call the corresponding record
414: -- business process.
415: --
416: ff_ffn_upd.upd
417: (p_effective_date
418: ,l_rec
419: );
420: p_object_version_number := l_rec.object_version_number;

Line 425: end ff_ffn_upd;

421: --
422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: End upd;
424: --
425: end ff_ffn_upd;