DBA Data[Home] [Help]

APPS.HR_AVM_SHD dependencies on HR_AVM_SHD

Line 1: Package Body hr_avm_shd as

1: Package Body hr_avm_shd as
2: /* $Header: hravmrhi.pkb 115.1 2002/12/02 15:47:59 apholt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 72: = hr_avm_shd.g_old_rec.object_version_number and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_object_version_number
72: = hr_avm_shd.g_old_rec.object_version_number and
73: p_ath_variablemap_id
74: = hr_avm_shd.g_old_rec.ath_variablemap_id
75: ) Then
76: --

Line 74: = hr_avm_shd.g_old_rec.ath_variablemap_id

70: Else
71: If (p_object_version_number
72: = hr_avm_shd.g_old_rec.object_version_number and
73: p_ath_variablemap_id
74: = hr_avm_shd.g_old_rec.ath_variablemap_id
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into hr_avm_shd.g_old_rec;

82: --
83: -- Select the current row into g_old_rec
84: --
85: Open C_Sel1;
86: Fetch C_Sel1 Into hr_avm_shd.g_old_rec;
87: If C_Sel1%notfound Then
88: Close C_Sel1;
89: --
90: -- The primary key is invalid therefore we must error

Line 97: <> hr_avm_shd.g_old_rec.object_version_number) Then

93: fnd_message.raise_error;
94: End If;
95: Close C_Sel1;
96: If (p_object_version_number
97: <> hr_avm_shd.g_old_rec.object_version_number) Then
98: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
99: fnd_message.raise_error;
100: End If;
101: l_fct_ret := true;

Line 150: Fetch C_Sel1 Into hr_avm_shd.g_old_rec;

146: );
147: hr_utility.set_location(l_proc,7);
148: --
149: Open C_Sel1;
150: Fetch C_Sel1 Into hr_avm_shd.g_old_rec;
151: If C_Sel1%notfound then
152: Close C_Sel1;
153: --
154: -- The primary key is invalid therefore we must error

Line 161: <> hr_avm_shd.g_old_rec.object_version_number) Then

157: fnd_message.raise_error;
158: End If;
159: Close C_Sel1;
160: If (p_object_version_number
161: <> hr_avm_shd.g_old_rec.object_version_number) Then
162: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
163: fnd_message.raise_error;
164: End If;
165: --

Line 213: end hr_avm_shd;

209: Return(l_rec);
210: --
211: End convert_args;
212: --
213: end hr_avm_shd;