DBA Data[Home] [Help]

APPS.PER_PJO_UPD dependencies on PER_PJO_UPD

Line 1: Package Body per_pjo_upd as

1: Package Body per_pjo_upd as
2: /* $Header: pepjorhi.pkb 120.1 2008/07/08 13:06:55 brsinha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 952: per_pjo_upd.pre_update(p_rec);

948: -- Call to raise any errors on multi-message list
949: hr_multi_message.end_validation_set;
950: -- Call the supporting pre-update operation
951: --
952: per_pjo_upd.pre_update(p_rec);
953: --
954: -- Update the row.
955: --
956: per_pjo_upd.update_dml(p_rec);

Line 956: per_pjo_upd.update_dml(p_rec);

952: per_pjo_upd.pre_update(p_rec);
953: --
954: -- Update the row.
955: --
956: per_pjo_upd.update_dml(p_rec);
957: --
958: -- Call the supporting post-update operation
959: --
960: per_pjo_upd.post_update

Line 960: per_pjo_upd.post_update

956: per_pjo_upd.update_dml(p_rec);
957: --
958: -- Call the supporting post-update operation
959: --
960: per_pjo_upd.post_update
961: (p_effective_date
962: ,p_rec
963: );
964: -- Call to raise any errors on multi-message list

Line 1141: per_pjo_upd.upd

1137: -- Having converted the arguments into the
1138: -- plsql record structure we call the corresponding record
1139: -- business process.
1140: --
1141: per_pjo_upd.upd
1142: (p_effective_date
1143: ,l_rec
1144: );
1145: p_object_version_number := l_rec.object_version_number;

Line 1150: end per_pjo_upd;

1146: --
1147: hr_utility.set_location(' Leaving:'||l_proc, 10);
1148: End upd;
1149: --
1150: end per_pjo_upd;