DBA Data[Home] [Help]

APPS.PER_OSE_UPD dependencies on PER_OSE_UPD

Line 1: Package Body per_ose_upd as

1: Package Body per_ose_upd as
2: /* $Header: peoserhi.pkb 120.2.12000000.1 2007/01/22 00:38:55 appldev ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 388: per_ose_upd.pre_update(p_rec);

384: --Bug no 2720039 ends here
385: --
386: -- Call the supporting pre-update operation
387: --
388: per_ose_upd.pre_update(p_rec);
389: --
390: -- Update the row.
391: --
392: per_ose_upd.update_dml(p_rec);

Line 392: per_ose_upd.update_dml(p_rec);

388: per_ose_upd.pre_update(p_rec);
389: --
390: -- Update the row.
391: --
392: per_ose_upd.update_dml(p_rec);
393: --
394: -- Call the supporting post-update operation
395: --
396: /*

Line 413: per_ose_upd.post_update

409: end if;
410:
411: --Bug no 2720039 starts here
412:
413: per_ose_upd.post_update
414: (p_rec
415: );
416: End upd;
417: --

Line 462: per_ose_upd.upd

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

Line 471: end per_ose_upd;

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