DBA Data[Home] [Help]

APPS.HXC_HAT_SHD dependencies on HXC_HAT_SHD

Line 1: Package Body hxc_hat_shd as

1: Package Body hxc_hat_shd as
2: /* $Header: hxchatrhi.pkb 120.2 2005/09/23 10:41:13 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 71: = hxc_hat_shd.g_old_rec.alias_type_id and

67: --
68: l_fct_ret := false;
69: Else
70: If (p_alias_type_id
71: = hxc_hat_shd.g_old_rec.alias_type_id and
72: p_object_version_number
73: = hxc_hat_shd.g_old_rec.object_version_number
74: ) Then
75: --

Line 73: = hxc_hat_shd.g_old_rec.object_version_number

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

Line 85: Fetch C_Sel1 Into hxc_hat_shd.g_old_rec;

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

Line 96: <> hxc_hat_shd.g_old_rec.object_version_number) Then

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

Line 151: Fetch C_Sel1 Into hxc_hat_shd.g_old_rec;

147: ,p_argument_value => p_object_version_number
148: );
149: --
150: Open C_Sel1;
151: Fetch C_Sel1 Into hxc_hat_shd.g_old_rec;
152: If C_Sel1%notfound then
153: Close C_Sel1;
154: --
155: -- The primary key is invalid therefore we must error

Line 162: <> hxc_hat_shd.g_old_rec.object_version_number) Then

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

Line 212: end hxc_hat_shd;

208: Return(l_rec);
209: --
210: End convert_args;
211: --
212: end hxc_hat_shd;