DBA Data[Home] [Help]

APPS.PER_PJI_UPD dependencies on PER_PJI_UPD

Line 1: Package Body per_pji_upd as

1: Package Body per_pji_upd as
2: /* $Header: pepjirhi.pkb 115.8 2002/12/03 15:41:52 eumenyio ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 742: per_pji_upd.pre_update(p_rec);

738: );
739: --
740: -- Call the supporting pre-update operation
741: --
742: per_pji_upd.pre_update(p_rec);
743: --
744: -- Update the row.
745: --
746: per_pji_upd.update_dml(p_rec);

Line 746: per_pji_upd.update_dml(p_rec);

742: per_pji_upd.pre_update(p_rec);
743: --
744: -- Update the row.
745: --
746: per_pji_upd.update_dml(p_rec);
747: --
748: -- Call the supporting post-update operation
749: --
750: per_pji_upd.post_update

Line 750: per_pji_upd.post_update

746: per_pji_upd.update_dml(p_rec);
747: --
748: -- Call the supporting post-update operation
749: --
750: per_pji_upd.post_update
751: (p_rec
752: );
753: End upd;
754: --

Line 910: per_pji_upd.upd

906: -- Having converted the arguments into the
907: -- plsql record structure we call the corresponding record
908: -- business process.
909: --
910: per_pji_upd.upd
911: (l_rec
912: );
913: p_object_version_number := l_rec.object_version_number;
914: --

Line 918: end per_pji_upd;

914: --
915: hr_utility.set_location(' Leaving:'||l_proc, 10);
916: End upd;
917: --
918: end per_pji_upd;