DBA Data[Home] [Help]

APPS.PER_RAA_UPD dependencies on PER_RAA_UPD

Line 1: Package Body per_raa_upd as

1: Package Body per_raa_upd as
2: /* $Header: peraarhi.pkb 115.20 2003/11/21 02:05:11 vvayanip ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 732: per_raa_upd.pre_update(p_rec);

728: hr_multi_message.end_validation_set;
729: --
730: -- Call the supporting pre-update operation
731: --
732: per_raa_upd.pre_update(p_rec);
733: --
734: -- Update the row.
735: --
736: per_raa_upd.update_dml(p_rec);

Line 736: per_raa_upd.update_dml(p_rec);

732: per_raa_upd.pre_update(p_rec);
733: --
734: -- Update the row.
735: --
736: per_raa_upd.update_dml(p_rec);
737: --
738: -- Call the supporting post-update operation
739: --
740: per_raa_upd.post_update

Line 740: per_raa_upd.post_update

736: per_raa_upd.update_dml(p_rec);
737: --
738: -- Call the supporting post-update operation
739: --
740: per_raa_upd.post_update
741: (p_rec
742: );
743: -- Call to raise any errors on multi-message list
744: hr_multi_message.end_validation_set;

Line 867: per_raa_upd.upd

863: -- Having converted the arguments into the
864: -- plsql record structure we call the corresponding record
865: -- business process.
866: --
867: per_raa_upd.upd
868: (l_rec
869: );
870: p_object_version_number := l_rec.object_version_number;
871: --

Line 875: end per_raa_upd;

871: --
872: hr_utility.set_location(' Leaving:'||l_proc, 10);
873: End upd;
874: --
875: end per_raa_upd;