DBA Data[Home] [Help]

APPS.HXC_ERR_SHD dependencies on HXC_ERR_SHD

Line 1: Package Body hxc_err_shd as

1: Package Body hxc_err_shd as
2: /* $Header: hxcerrrhi.pkb 120.2 2005/09/23 08:08:12 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 80: = hxc_err_shd.g_old_rec.error_id --and

76: --
77: l_fct_ret := false;
78: Else
79: If (p_error_id
80: = hxc_err_shd.g_old_rec.error_id --and
81: --p_object_version_number
82: --= hxc_err_shd.g_old_rec.object_version_number
83: ) Then
84: --

Line 82: --= hxc_err_shd.g_old_rec.object_version_number

78: Else
79: If (p_error_id
80: = hxc_err_shd.g_old_rec.error_id --and
81: --p_object_version_number
82: --= hxc_err_shd.g_old_rec.object_version_number
83: ) Then
84: --
85: -- The g_old_rec is current therefore we must
86: -- set the returning function to true

Line 94: Fetch C_Sel1 Into hxc_err_shd.g_old_rec;

90: --
91: -- Select the current row into g_old_rec
92: --
93: Open C_Sel1;
94: Fetch C_Sel1 Into hxc_err_shd.g_old_rec;
95: If C_Sel1%notfound Then
96: Close C_Sel1;
97: --
98: -- The primary key is invalid therefore we must error

Line 105: -- <> hxc_err_shd.g_old_rec.object_version_number) Then

101: fnd_message.raise_error;
102: End If;
103: Close C_Sel1;
104: -- If (p_object_version_number
105: -- <> hxc_err_shd.g_old_rec.object_version_number) Then
106: -- fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
107: -- fnd_message.raise_error;
108: -- End If;
109: l_fct_ret := true;

Line 170: Fetch C_Sel1 Into hxc_err_shd.g_old_rec;

166: --,p_argument_value => p_object_version_number
167: --);
168: --
169: Open C_Sel1;
170: Fetch C_Sel1 Into hxc_err_shd.g_old_rec;
171: If C_Sel1%notfound then
172: Close C_Sel1;
173: --
174: -- The primary key is invalid therefore we must error

Line 181: -- <> hxc_err_shd.g_old_rec.object_version_number) Then

177: fnd_message.raise_error;
178: End If;
179: Close C_Sel1;
180: -- If (p_object_version_number
181: -- <> hxc_err_shd.g_old_rec.object_version_number) Then
182: -- fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
183: -- fnd_message.raise_error;
184: -- End If;
185: --

Line 251: end hxc_err_shd;

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