DBA Data[Home] [Help]

APPS.FF_FCU_UPD dependencies on FF_FCU_UPD

Line 1: Package Body ff_fcu_upd as

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

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

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

Line 315: ff_fcu_upd.pre_update(p_rec);

311: hr_multi_message.end_validation_set;
312: --
313: -- Call the supporting pre-update operation
314: --
315: ff_fcu_upd.pre_update(p_rec);
316: --
317: -- Update the row.
318: --
319: ff_fcu_upd.update_dml(p_rec);

Line 319: ff_fcu_upd.update_dml(p_rec);

315: ff_fcu_upd.pre_update(p_rec);
316: --
317: -- Update the row.
318: --
319: ff_fcu_upd.update_dml(p_rec);
320: --
321: -- Call the supporting post-update operation
322: --
323: ff_fcu_upd.post_update

Line 323: ff_fcu_upd.post_update

319: ff_fcu_upd.update_dml(p_rec);
320: --
321: -- Call the supporting post-update operation
322: --
323: ff_fcu_upd.post_update
324: (p_rec
325: );
326: --
327: -- Call to raise any errors on multi-message list

Line 362: ff_fcu_upd.upd

358: -- Having converted the arguments into the
359: -- plsql record structure we call the corresponding record
360: -- business process.
361: --
362: ff_fcu_upd.upd
363: (l_rec
364: );
365: p_object_version_number := l_rec.object_version_number;
366: --

Line 370: end ff_fcu_upd;

366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End upd;
369: --
370: end ff_fcu_upd;