DBA Data[Home] [Help]

APPS.PER_PAT_UPD dependencies on PER_PAT_UPD

Line 1: Package Body per_pat_upd as

1: Package Body per_pat_upd as
2: /* $Header: pepatrhi.pkb 120.2 2005/10/27 07:56 lsilveir noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 810: per_pat_upd.pre_update(p_rec);

806: hr_multi_message.end_validation_set;
807: --
808: -- Call the supporting pre-update operation
809: --
810: per_pat_upd.pre_update(p_rec);
811: --
812: -- Update the row.
813: --
814: per_pat_upd.update_dml(p_rec);

Line 814: per_pat_upd.update_dml(p_rec);

810: per_pat_upd.pre_update(p_rec);
811: --
812: -- Update the row.
813: --
814: per_pat_upd.update_dml(p_rec);
815: --
816: -- Call the supporting post-update operation
817: --
818: per_pat_upd.post_update

Line 818: per_pat_upd.post_update

814: per_pat_upd.update_dml(p_rec);
815: --
816: -- Call the supporting post-update operation
817: --
818: per_pat_upd.post_update
819: (p_effective_date
820: ,p_rec
821: );
822: --

Line 967: per_pat_upd.upd

963: -- Having converted the arguments into the
964: -- plsql record structure we call the corresponding record
965: -- business process.
966: --
967: per_pat_upd.upd
968: (p_effective_date
969: ,l_rec
970: );
971: p_object_version_number := l_rec.object_version_number;

Line 976: end per_pat_upd;

972: --
973: hr_utility.set_location(' Leaving:'||l_proc, 10);
974: End upd;
975: --
976: end per_pat_upd;