DBA Data[Home] [Help]

APPS.PQP_ERS_UPD dependencies on PQP_ERS_UPD

Line 1: Package Body pqp_ers_upd as

1: Package Body pqp_ers_upd as
2: /* $Header: pqersrhi.pkb 115.2 2003/08/25 13:50:57 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 316: pqp_ers_upd.pre_update(p_rec);

312: hr_multi_message.end_validation_set;
313: --
314: -- Call the supporting pre-update operation
315: --
316: pqp_ers_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: pqp_ers_upd.update_dml(p_rec);

Line 320: pqp_ers_upd.update_dml(p_rec);

316: pqp_ers_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: pqp_ers_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: pqp_ers_upd.post_update

Line 324: pqp_ers_upd.post_update

320: pqp_ers_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: pqp_ers_upd.post_update
325: (p_rec
326: );
327: --
328: -- Call to raise any errors on multi-message list

Line 363: pqp_ers_upd.upd

359: -- Having converted the arguments into the
360: -- plsql record structure we call the corresponding record
361: -- business process.
362: --
363: pqp_ers_upd.upd
364: (l_rec
365: );
366: p_object_version_number := l_rec.object_version_number;
367: --

Line 371: end pqp_ers_upd;

367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End upd;
370: --
371: end pqp_ers_upd;