DBA Data[Home] [Help]

APPS.PER_PGH_UPD dependencies on PER_PGH_UPD

Line 1: Package Body per_pgh_upd as

1: Package Body per_pgh_upd as
2: /* $Header: pepghrhi.pkb 120.0 2005/05/31 14:05:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 918: per_pgh_upd.pre_update(p_rec);

914: );
915: --
916: -- Call the supporting pre-update operation
917: --
918: per_pgh_upd.pre_update(p_rec);
919: --
920: -- Update the row.
921: --
922: per_pgh_upd.update_dml(p_rec);

Line 922: per_pgh_upd.update_dml(p_rec);

918: per_pgh_upd.pre_update(p_rec);
919: --
920: -- Update the row.
921: --
922: per_pgh_upd.update_dml(p_rec);
923: --
924: -- Call the supporting post-update operation
925: --
926: per_pgh_upd.post_update

Line 926: per_pgh_upd.post_update

922: per_pgh_upd.update_dml(p_rec);
923: --
924: -- Call the supporting post-update operation
925: --
926: per_pgh_upd.post_update
927: (p_effective_date
928: ,p_rec
929: );
930: End upd;

Line 1096: per_pgh_upd.upd

1092: -- Having converted the arguments into the
1093: -- plsql record structure we call the corresponding record
1094: -- business process.
1095: --
1096: per_pgh_upd.upd
1097: (p_effective_date
1098: ,l_rec
1099: );
1100: p_object_version_number := l_rec.object_version_number;

Line 1105: end per_pgh_upd;

1101: --
1102: hr_utility.set_location(' Leaving:'||l_proc, 10);
1103: End upd;
1104: --
1105: end per_pgh_upd;