DBA Data[Home] [Help]

APPS.IRC_APA_SHD dependencies on IRC_APA_SHD

Line 1: Package Body irc_apa_shd as

1: Package Body irc_apa_shd as
2: /* $Header: iraparhi.pkb 120.0.12000000.1 2007/03/23 12:12:46 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 69: = irc_apa_shd.g_old_rec.apl_profile_access_id and

65: --
66: l_fct_ret := false;
67: Else
68: If (p_apl_profile_access_id
69: = irc_apa_shd.g_old_rec.apl_profile_access_id and
70: p_object_version_number
71: = irc_apa_shd.g_old_rec.object_version_number
72: ) Then
73: --

Line 71: = irc_apa_shd.g_old_rec.object_version_number

67: Else
68: If (p_apl_profile_access_id
69: = irc_apa_shd.g_old_rec.apl_profile_access_id and
70: p_object_version_number
71: = irc_apa_shd.g_old_rec.object_version_number
72: ) Then
73: --
74: -- The g_old_rec is current therefore we must
75: -- set the returning function to true

Line 83: Fetch C_Sel1 Into irc_apa_shd.g_old_rec;

79: --
80: -- Select the current row into g_old_rec
81: --
82: Open C_Sel1;
83: Fetch C_Sel1 Into irc_apa_shd.g_old_rec;
84: If C_Sel1%notfound Then
85: Close C_Sel1;
86: --
87: -- The primary key is invalid therefore we must error

Line 94: <> irc_apa_shd.g_old_rec.object_version_number) Then

90: fnd_message.raise_error;
91: End If;
92: Close C_Sel1;
93: If (p_object_version_number
94: <> irc_apa_shd.g_old_rec.object_version_number) Then
95: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
96: fnd_message.raise_error;
97: End If;
98: l_fct_ret := true;

Line 142: Fetch C_Sel1 Into irc_apa_shd.g_old_rec;

138: ,p_argument_value => p_object_version_number
139: );
140: --
141: Open C_Sel1;
142: Fetch C_Sel1 Into irc_apa_shd.g_old_rec;
143: If C_Sel1%notfound then
144: Close C_Sel1;
145: --
146: -- The primary key is invalid therefore we must error

Line 153: <> irc_apa_shd.g_old_rec.object_version_number) Then

149: fnd_message.raise_error;
150: End If;
151: Close C_Sel1;
152: If (p_object_version_number
153: <> irc_apa_shd.g_old_rec.object_version_number) Then
154: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
155: fnd_message.raise_error;
156: End If;
157: --

Line 199: end irc_apa_shd;

195: Return(l_rec);
196: --
197: End convert_args;
198: --
199: end irc_apa_shd;