DBA Data[Home] [Help]

APPS.HXC_ATC_SHD dependencies on HXC_ATC_SHD

Line 1: Package Body hxc_atc_shd as

1: Package Body hxc_atc_shd as
2: /* $Header: hxcatcrhi.pkb 120.2 2005/09/23 08:06:56 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 73: = hxc_atc_shd.g_old_rec.alias_type_component_id and

69: --
70: l_fct_ret := false;
71: Else
72: If (p_alias_type_component_id
73: = hxc_atc_shd.g_old_rec.alias_type_component_id and
74: p_object_version_number
75: = hxc_atc_shd.g_old_rec.object_version_number
76: ) Then
77: --

Line 75: = hxc_atc_shd.g_old_rec.object_version_number

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

Line 87: Fetch C_Sel1 Into hxc_atc_shd.g_old_rec;

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

Line 98: <> hxc_atc_shd.g_old_rec.object_version_number) Then

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

Line 155: Fetch C_Sel1 Into hxc_atc_shd.g_old_rec;

151: ,p_argument_value => p_object_version_number
152: );
153: --
154: Open C_Sel1;
155: Fetch C_Sel1 Into hxc_atc_shd.g_old_rec;
156: If C_Sel1%notfound then
157: Close C_Sel1;
158: --
159: -- The primary key is invalid therefore we must error

Line 166: <> hxc_atc_shd.g_old_rec.object_version_number) Then

162: fnd_message.raise_error;
163: End If;
164: Close C_Sel1;
165: If (p_object_version_number
166: <> hxc_atc_shd.g_old_rec.object_version_number) Then
167: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
168: fnd_message.raise_error;
169: End If;
170: --

Line 220: end hxc_atc_shd;

216: Return(l_rec);
217: --
218: End convert_args;
219: --
220: end hxc_atc_shd;