DBA Data[Home] [Help]

APPS.PER_PDP_UPD dependencies on PER_PDP_UPD

Line 1: Package Body per_pdp_upd as

1: Package Body per_pdp_upd as
2: /* $Header: pepdprhi.pkb 120.0.12020000.2 2013/03/22 12:15:03 srannama ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 927: per_pdp_upd.pre_update(p_rec);

923: hr_multi_message.end_validation_set;
924: --
925: -- Call the supporting pre-update operation
926: --
927: per_pdp_upd.pre_update(p_rec);
928: --
929: -- Update the row.
930: --
931: per_pdp_upd.update_dml(p_rec);

Line 931: per_pdp_upd.update_dml(p_rec);

927: per_pdp_upd.pre_update(p_rec);
928: --
929: -- Update the row.
930: --
931: per_pdp_upd.update_dml(p_rec);
932: --
933: -- Call the supporting post-update operation
934: --
935: per_pdp_upd.post_update

Line 935: per_pdp_upd.post_update

931: per_pdp_upd.update_dml(p_rec);
932: --
933: -- Call the supporting post-update operation
934: --
935: per_pdp_upd.post_update
936: (p_effective_date
937: ,p_rec
938: );
939: --

Line 1124: per_pdp_upd.upd

1120: -- Having converted the arguments into the
1121: -- plsql record structure we call the corresponding record
1122: -- business process.
1123: --
1124: per_pdp_upd.upd
1125: (p_effective_date
1126: ,l_rec
1127: );
1128:

Line 1134: end per_pdp_upd;

1130:
1131: hr_utility.set_location(' Leaving:'||l_proc, 10);
1132: End upd;
1133: --
1134: end per_pdp_upd;