DBA Data[Home] [Help]

APPS.IRC_IDP_SHD dependencies on IRC_IDP_SHD

Line 1: Package Body irc_idp_shd as

1: Package Body irc_idp_shd as
2: /* $Header: iridprhi.pkb 120.0.12010000.2 2008/08/05 10:49:00 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 123: = irc_idp_shd.g_old_rec.default_posting_id and

119: --
120: l_fct_ret := false;
121: Else
122: If (p_default_posting_id
123: = irc_idp_shd.g_old_rec.default_posting_id and
124: p_object_version_number
125: = irc_idp_shd.g_old_rec.object_version_number
126: ) Then
127: --

Line 125: = irc_idp_shd.g_old_rec.object_version_number

121: Else
122: If (p_default_posting_id
123: = irc_idp_shd.g_old_rec.default_posting_id and
124: p_object_version_number
125: = irc_idp_shd.g_old_rec.object_version_number
126: ) Then
127: --
128: -- The g_old_rec is current therefore we must
129: -- set the returning function to true

Line 137: Fetch C_Sel1 Into irc_idp_shd.g_old_rec;

133: --
134: -- Select the current row into g_old_rec
135: --
136: Open C_Sel1;
137: Fetch C_Sel1 Into irc_idp_shd.g_old_rec;
138: If C_Sel1%notfound Then
139: Close C_Sel1;
140: --
141: -- The primary key is invalid therefore we must error

Line 148: <> irc_idp_shd.g_old_rec.object_version_number) Then

144: fnd_message.raise_error;
145: End If;
146: Close C_Sel1;
147: If (p_object_version_number
148: <> irc_idp_shd.g_old_rec.object_version_number) Then
149: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
150: fnd_message.raise_error;
151: End If;
152: l_fct_ret := true;

Line 229: Fetch C_Sel1 Into irc_idp_shd.g_old_rec;

225: ,p_argument_value => p_object_version_number
226: );
227: --
228: Open C_Sel1;
229: Fetch C_Sel1 Into irc_idp_shd.g_old_rec;
230: If C_Sel1%notfound then
231: Close C_Sel1;
232: --
233: -- The primary key is invalid therefore we must error

Line 240: <> irc_idp_shd.g_old_rec.object_version_number) Then

236: fnd_message.raise_error;
237: End If;
238: Close C_Sel1;
239: If (p_object_version_number
240: <> irc_idp_shd.g_old_rec.object_version_number) Then
241: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
242: fnd_message.raise_error;
243: End If;
244: --

Line 352: end irc_idp_shd;

348: Return(l_rec);
349: --
350: End convert_args;
351: --
352: end irc_idp_shd;