DBA Data[Home] [Help]

APPS.PQH_RLS_UPD dependencies on PQH_RLS_UPD

Line 1: Package Body pqh_rls_upd as

1: Package Body pqh_rls_upd as
2: /* $Header: pqrlsrhi.pkb 120.0.12020000.2 2013/04/12 18:48:44 pathota ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 651: pqh_rls_upd.pre_update(p_rec);

647: );
648: --
649: -- Call the supporting pre-update operation
650: --
651: pqh_rls_upd.pre_update(p_rec);
652: --
653: -- Update the row.
654: --
655: pqh_rls_upd.update_dml(p_rec);

Line 655: pqh_rls_upd.update_dml(p_rec);

651: pqh_rls_upd.pre_update(p_rec);
652: --
653: -- Update the row.
654: --
655: pqh_rls_upd.update_dml(p_rec);
656: --
657: -- Call the supporting post-update operation
658: --
659: pqh_rls_upd.post_update

Line 659: pqh_rls_upd.post_update

655: pqh_rls_upd.update_dml(p_rec);
656: --
657: -- Call the supporting post-update operation
658: --
659: pqh_rls_upd.post_update
660: (p_effective_date
661: ,p_rec
662: );
663: End upd;

Line 769: pqh_rls_upd.upd

765: -- Having converted the arguments into the
766: -- plsql record structure we call the corresponding record
767: -- business process.
768: --
769: pqh_rls_upd.upd
770: (p_effective_date
771: ,l_rec
772: );
773: p_object_version_number := l_rec.object_version_number;

Line 778: end pqh_rls_upd;

774: --
775: hr_utility.set_location(' Leaving:'||l_proc,10);
776: End upd;
777: --
778: end pqh_rls_upd;