DBA Data[Home] [Help]

APPS.PSP_ERD_UPD dependencies on PSP_ERD_UPD

Line 1: Package Body psp_erd_upd as

1: Package Body psp_erd_upd as
2: /* $Header: PSPEDRHB.pls 120.2 2006/01/25 01:49 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1012: psp_erd_upd.pre_update(p_rec);

1008: hr_multi_message.end_validation_set;
1009: --
1010: -- Call the supporting pre-update operation
1011: --
1012: psp_erd_upd.pre_update(p_rec);
1013: --
1014: -- Update the row.
1015: --
1016: psp_erd_upd.update_dml(p_rec);

Line 1016: psp_erd_upd.update_dml(p_rec);

1012: psp_erd_upd.pre_update(p_rec);
1013: --
1014: -- Update the row.
1015: --
1016: psp_erd_upd.update_dml(p_rec);
1017: --
1018: -- Call the supporting post-update operation
1019: --
1020: psp_erd_upd.post_update

Line 1020: psp_erd_upd.post_update

1016: psp_erd_upd.update_dml(p_rec);
1017: --
1018: -- Call the supporting post-update operation
1019: --
1020: psp_erd_upd.post_update
1021: (p_rec
1022: );
1023: --
1024: -- Call to raise any errors on multi-message list

Line 1213: psp_erd_upd.upd

1209: -- Having converted the arguments into the
1210: -- plsql record structure we call the corresponding record
1211: -- business process.
1212: --
1213: psp_erd_upd.upd
1214: (l_rec
1215: );
1216: p_object_version_number := l_rec.object_version_number;
1217: --

Line 1221: end psp_erd_upd;

1217: --
1218: hr_utility.set_location(' Leaving:'||l_proc, 10);
1219: End upd;
1220: --
1221: end psp_erd_upd;