DBA Data[Home] [Help]

APPS.IRC_IPD_SHD dependencies on IRC_IPD_SHD

Line 1: Package Body irc_ipd_shd as

1: Package Body irc_ipd_shd as
2: /* $Header: iripdrhi.pkb 120.0 2005/07/26 15:09:42 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 124: = irc_ipd_shd.g_old_rec.pending_data_id

120: --
121: l_fct_ret := false;
122: Else
123: If (p_pending_data_id
124: = irc_ipd_shd.g_old_rec.pending_data_id
125: ) Then
126: --
127: -- The g_old_rec is current therefore we must
128: -- set the returning function to true

Line 136: Fetch C_Sel1 Into irc_ipd_shd.g_old_rec;

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

Line 236: Fetch C_Sel1 Into irc_ipd_shd.g_old_rec;

232: ,p_argument_value => p_pending_data_id
233: );
234: --
235: Open C_Sel1;
236: Fetch C_Sel1 Into irc_ipd_shd.g_old_rec;
237: If C_Sel1%notfound then
238: Close C_Sel1;
239: --
240: -- The primary key is invalid therefore we must error

Line 393: end irc_ipd_shd;

389: Return(l_rec);
390: --
391: End convert_args;
392: --
393: end irc_ipd_shd;