DBA Data[Home] [Help]

APPS.PER_PSE_UPD dependencies on PER_PSE_UPD

Line 1: Package Body per_pse_upd as

1: Package Body per_pse_upd as
2: /* $Header: pepserhi.pkb 120.1 2008/07/22 09:16:58 rnemani noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 387: per_pse_upd.pre_update(p_rec);

383:
384: --
385: -- Call the supporting pre-update operation
386: --
387: per_pse_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: per_pse_upd.update_dml(p_rec);

Line 391: per_pse_upd.update_dml(p_rec);

387: per_pse_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: per_pse_upd.update_dml(p_rec);
392:
393: /* Bug no 3888749 starts here
394:
395: Putting extra check on Top Node in the Position hierarchy so that it can not be updated.*/

Line 414: per_pse_upd.post_update

410:
411: --
412: -- Call the supporting post-update operation
413: --
414: per_pse_upd.post_update
415: (p_rec
416: );
417: End upd;
418: --

Line 463: per_pse_upd.upd

459: -- Having converted the arguments into the
460: -- plsql record structure we call the corresponding record
461: -- business process.
462: --
463: per_pse_upd.upd
464: (l_rec
465: ,p_effective_date
466: );
467: p_object_version_number := l_rec.object_version_number;

Line 472: end per_pse_upd;

468: --
469: hr_utility.set_location(' Leaving:'||l_proc, 10);
470: End upd;
471: --
472: end per_pse_upd;