DBA Data[Home] [Help]

APPS.PQH_REI_UPD dependencies on PQH_REI_UPD

Line 1: Package Body pqh_rei_upd as

1: Package Body pqh_rei_upd as
2: /* $Header: pqreirhi.pkb 115.3 2002/12/03 20:42:51 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 784: pqh_rei_upd.pre_update(p_rec);

780: );
781:
782: -- Call the supporting pre-update operation
783: --
784: pqh_rei_upd.pre_update(p_rec);
785: --
786: -- Update the row.
787: --
788: pqh_rei_upd.update_dml(p_rec);

Line 788: pqh_rei_upd.update_dml(p_rec);

784: pqh_rei_upd.pre_update(p_rec);
785: --
786: -- Update the row.
787: --
788: pqh_rei_upd.update_dml(p_rec);
789: --
790: -- Call the supporting post-update operation
791: --
792: pqh_rei_upd.post_update

Line 792: pqh_rei_upd.post_update

788: pqh_rei_upd.update_dml(p_rec);
789: --
790: -- Call the supporting post-update operation
791: --
792: pqh_rei_upd.post_update
793: (p_rec
794: );
795: --
796: --

Line 979: pqh_rei_upd.upd

975: -- plsql record structure we call the corresponding record
976: -- business process.
977: --
978:
979: pqh_rei_upd.upd
980: (l_rec
981: ,p_validate
982: );
983: p_object_version_number := l_rec.object_version_number;

Line 988: end pqh_rei_upd;

984: --
985: hr_utility.set_location(' Leaving:'||l_proc, 10);
986: End upd;
987: --
988: end pqh_rei_upd;