DBA Data[Home] [Help]

APPS.PER_ECA_UPD dependencies on PER_ECA_UPD

Line 1: Package Body per_eca_upd as

1: Package Body per_eca_upd as
2: /* $Header: peecarhi.pkb 115.6 2002/12/05 10:25:53 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 924: per_eca_upd.pre_update(p_rec);

920: );
921: --
922: -- Call the supporting pre-update operation
923: --
924: per_eca_upd.pre_update(p_rec);
925: --
926: -- Update the row.
927: --
928: per_eca_upd.update_dml(p_rec);

Line 928: per_eca_upd.update_dml(p_rec);

924: per_eca_upd.pre_update(p_rec);
925: --
926: -- Update the row.
927: --
928: per_eca_upd.update_dml(p_rec);
929: --
930: -- Call the supporting post-update operation
931: --
932: per_eca_upd.post_update

Line 932: per_eca_upd.post_update

928: per_eca_upd.update_dml(p_rec);
929: --
930: -- Call the supporting post-update operation
931: --
932: per_eca_upd.post_update
933: (p_rec
934: );
935: --
936: -- If we are validating then raise the Validate_Enabled exception

Line 1114: per_eca_upd.upd

1110: -- Having converted the arguments into the
1111: -- plsql record structure we call the corresponding record
1112: -- business process.
1113: --
1114: per_eca_upd.upd
1115: (l_rec
1116: );
1117: p_object_version_number := l_rec.object_version_number;
1118: --

Line 1122: end per_eca_upd;

1118: --
1119: hr_utility.set_location(' Leaving:'||l_proc, 10);
1120: End upd;
1121: --
1122: end per_eca_upd;