DBA Data[Home] [Help]

APPS.IRC_JBI_SHD dependencies on IRC_JBI_SHD

Line 1: Package Body irc_jbi_shd as

1: Package Body irc_jbi_shd as
2: /* $Header: irjbirhi.pkb 120.0 2005/07/26 15:13:16 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 87: = irc_jbi_shd.g_old_rec.job_basket_item_id and

83: --
84: l_fct_ret := false;
85: Else
86: If (p_job_basket_item_id
87: = irc_jbi_shd.g_old_rec.job_basket_item_id and
88: p_object_version_number
89: = irc_jbi_shd.g_old_rec.object_version_number
90: ) Then
91: --

Line 89: = irc_jbi_shd.g_old_rec.object_version_number

85: Else
86: If (p_job_basket_item_id
87: = irc_jbi_shd.g_old_rec.job_basket_item_id and
88: p_object_version_number
89: = irc_jbi_shd.g_old_rec.object_version_number
90: ) Then
91: --
92: -- The g_old_rec is current therefore we must
93: -- set the returning function to true

Line 101: Fetch C_Sel1 Into irc_jbi_shd.g_old_rec;

97: --
98: -- Select the current row into g_old_rec
99: --
100: Open C_Sel1;
101: Fetch C_Sel1 Into irc_jbi_shd.g_old_rec;
102: If C_Sel1%notfound Then
103: Close C_Sel1;
104: --
105: -- The primary key is invalid therefore we must error

Line 112: <> irc_jbi_shd.g_old_rec.object_version_number) Then

108: fnd_message.raise_error;
109: End If;
110: Close C_Sel1;
111: If (p_object_version_number
112: <> irc_jbi_shd.g_old_rec.object_version_number) Then
113: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
114: fnd_message.raise_error;
115: End If;
116: l_fct_ret := true;

Line 162: Fetch C_Sel1 Into irc_jbi_shd.g_old_rec;

158: );
159: hr_utility.set_location(l_proc,7);
160: --
161: Open C_Sel1;
162: Fetch C_Sel1 Into irc_jbi_shd.g_old_rec;
163: If C_Sel1%notfound then
164: Close C_Sel1;
165: --
166: -- The primary key is invalid therefore we must error

Line 173: <> irc_jbi_shd.g_old_rec.object_version_number) Then

169: fnd_message.raise_error;
170: End If;
171: Close C_Sel1;
172: If (p_object_version_number
173: <> irc_jbi_shd.g_old_rec.object_version_number) Then
174: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
175: fnd_message.raise_error;
176: End If;
177: --

Line 223: end irc_jbi_shd;

219: Return(l_rec);
220: --
221: End convert_args;
222: --
223: end irc_jbi_shd;