DBA Data[Home] [Help]

APPS.HXC_HTR_SHD dependencies on HXC_HTR_SHD

Line 1: Package Body hxc_htr_shd as

1: Package Body hxc_htr_shd as
2: /* $Header: hxchtrrhi.pkb 120.2 2005/09/23 07:45:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_htr_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------

Line 90: = hxc_htr_shd.g_old_rec.time_recipient_id and

86: --
87: l_fct_ret := false;
88: Else
89: If (p_time_recipient_id
90: = hxc_htr_shd.g_old_rec.time_recipient_id and
91: p_object_version_number
92: = hxc_htr_shd.g_old_rec.object_version_number
93: ) Then
94: --

Line 92: = hxc_htr_shd.g_old_rec.object_version_number

88: Else
89: If (p_time_recipient_id
90: = hxc_htr_shd.g_old_rec.time_recipient_id and
91: p_object_version_number
92: = hxc_htr_shd.g_old_rec.object_version_number
93: ) Then
94: --
95: -- The g_old_rec is current therefore we must
96: -- set the returning function to true

Line 104: Fetch C_Sel1 Into hxc_htr_shd.g_old_rec;

100: --
101: -- Select the current row into g_old_rec
102: --
103: Open C_Sel1;
104: Fetch C_Sel1 Into hxc_htr_shd.g_old_rec;
105: If C_Sel1%notfound Then
106: Close C_Sel1;
107: --
108: -- The primary key is invalid therefore we must error

Line 115: <> hxc_htr_shd.g_old_rec.object_version_number) Then

111: fnd_message.raise_error;
112: End If;
113: Close C_Sel1;
114: If (p_object_version_number
115: <> hxc_htr_shd.g_old_rec.object_version_number) Then
116: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
117: fnd_message.raise_error;
118: End If;
119: l_fct_ret := true;

Line 173: Fetch C_Sel1 Into hxc_htr_shd.g_old_rec;

169: if g_debug then
170: hr_utility.set_location('Locking:'||l_proc, 1000);
171: end if;
172: Open C_Sel1;
173: Fetch C_Sel1 Into hxc_htr_shd.g_old_rec;
174: if g_debug then
175: hr_utility.set_location('After Locking:'||l_proc, 2000);
176: end if;
177: If C_Sel1%notfound then

Line 187: <> hxc_htr_shd.g_old_rec.object_version_number) Then

183: fnd_message.raise_error;
184: End If;
185: Close C_Sel1;
186: If (p_object_version_number
187: <> hxc_htr_shd.g_old_rec.object_version_number) Then
188: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
189: fnd_message.raise_error;
190: End If;
191: --

Line 251: end hxc_htr_shd;

247: Return(l_rec);
248: --
249: End convert_args;
250: --
251: end hxc_htr_shd;