DBA Data[Home] [Help]

APPS.PER_FDL_UPD dependencies on PER_FDL_UPD

Line 1: Package Body per_fdl_upd as

1: Package Body per_fdl_upd as
2: /* $Header: pefdlrhi.pkb 120.0.12020000.1 2013/02/27 12:35:26 shpatro noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 514: per_fdl_upd.pre_update(p_rec);

510: hr_multi_message.end_validation_set;
511: --
512: -- Call the supporting pre-update operation
513: --
514: per_fdl_upd.pre_update(p_rec);
515: --
516: -- Update the row.
517: --
518: per_fdl_upd.update_dml(p_rec);

Line 518: per_fdl_upd.update_dml(p_rec);

514: per_fdl_upd.pre_update(p_rec);
515: --
516: -- Update the row.
517: --
518: per_fdl_upd.update_dml(p_rec);
519: --
520: -- Call the supporting post-update operation
521: --
522: per_fdl_upd.post_update

Line 522: per_fdl_upd.post_update

518: per_fdl_upd.update_dml(p_rec);
519: --
520: -- Call the supporting post-update operation
521: --
522: per_fdl_upd.post_update
523: (p_rec
524: );
525: --
526: -- Call to raise any errors on multi-message list

Line 602: per_fdl_upd.upd

598: -- Having converted the arguments into the
599: -- plsql record structure we call the corresponding record
600: -- business process.
601: --
602: per_fdl_upd.upd
603: (l_rec
604: );
605: p_object_version_number := l_rec.object_version_number;
606: --

Line 611: end per_fdl_upd;

607: hr_utility.set_location(' Leaving:'||l_proc, 10);
608: End upd;
609:
610: --
611: end per_fdl_upd;