DBA Data[Home] [Help]

APPS.IRC_ITA_SHD dependencies on IRC_ITA_SHD

Line 1: Package Body irc_ita_shd as

1: Package Body irc_ita_shd as
2: /* $Header: iritarhi.pkb 120.1 2005/10/04 06:26:25 kthavran noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 95: = irc_ita_shd.g_old_rec.template_association_id and

91: --
92: l_fct_ret := false;
93: Else
94: If (p_template_association_id
95: = irc_ita_shd.g_old_rec.template_association_id and
96: p_object_version_number
97: = irc_ita_shd.g_old_rec.object_version_number
98: ) Then
99: --

Line 97: = irc_ita_shd.g_old_rec.object_version_number

93: Else
94: If (p_template_association_id
95: = irc_ita_shd.g_old_rec.template_association_id and
96: p_object_version_number
97: = irc_ita_shd.g_old_rec.object_version_number
98: ) Then
99: --
100: -- The g_old_rec is current therefore we must
101: -- set the returning function to true

Line 109: Fetch C_Sel1 Into irc_ita_shd.g_old_rec;

105: --
106: -- Select the current row into g_old_rec
107: --
108: Open C_Sel1;
109: Fetch C_Sel1 Into irc_ita_shd.g_old_rec;
110: If C_Sel1%notfound Then
111: Close C_Sel1;
112: --
113: -- The primary key is invalid therefore we must error

Line 120: <> irc_ita_shd.g_old_rec.object_version_number) Then

116: fnd_message.raise_error;
117: End If;
118: Close C_Sel1;
119: If (p_object_version_number
120: <> irc_ita_shd.g_old_rec.object_version_number) Then
121: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
122: fnd_message.raise_error;
123: End If;
124: l_fct_ret := true;

Line 174: Fetch C_Sel1 Into irc_ita_shd.g_old_rec;

170: ,p_argument_value => p_object_version_number
171: );
172: --
173: Open C_Sel1;
174: Fetch C_Sel1 Into irc_ita_shd.g_old_rec;
175: If C_Sel1%notfound then
176: Close C_Sel1;
177: --
178: -- The primary key is invalid therefore we must error

Line 185: <> irc_ita_shd.g_old_rec.object_version_number) Then

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

Line 243: end irc_ita_shd;

239: Return(l_rec);
240: --
241: End convert_args;
242: --
243: end irc_ita_shd;