DBA Data[Home] [Help]

APPS.HXC_HAD_SHD dependencies on HXC_HAD_SHD

Line 1: Package Body hxc_had_shd as

1: Package Body hxc_had_shd as
2: /* $Header: hxchadrhi.pkb 120.2 2005/09/23 10:40:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 81: = hxc_had_shd.g_old_rec.alias_definition_id and

77: --
78: l_fct_ret := false;
79: Else
80: If (p_alias_definition_id
81: = hxc_had_shd.g_old_rec.alias_definition_id and
82: p_object_version_number
83: = hxc_had_shd.g_old_rec.object_version_number
84: ) Then
85: --

Line 83: = hxc_had_shd.g_old_rec.object_version_number

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

Line 95: Fetch C_Sel1 Into hxc_had_shd.g_old_rec;

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

Line 106: <> hxc_had_shd.g_old_rec.object_version_number) Then

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

Line 158: Fetch C_Sel1 Into hxc_had_shd.g_old_rec;

154: ,p_argument_value => p_alias_definition_id
155: );
156: --
157: Open C_Sel1;
158: Fetch C_Sel1 Into hxc_had_shd.g_old_rec;
159: If C_Sel1%notfound then
160: Close C_Sel1;
161: --
162: -- The primary key is invalid therefore we must error

Line 169: <> hxc_had_shd.g_old_rec.object_version_number) Then

165: fnd_message.raise_error;
166: End If;
167: Close C_Sel1;
168: If (p_object_version_number
169: <> hxc_had_shd.g_old_rec.object_version_number) Then
170: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
171: fnd_message.raise_error;
172: End If;
173: --

Line 229: end hxc_had_shd;

225: Return(l_rec);
226: --
227: End convert_args;
228: --
229: end hxc_had_shd;