DBA Data[Home] [Help]

APPS.HR_ICX_SHD dependencies on HR_ICX_SHD

Line 1: Package Body hr_icx_shd as

1: Package Body hr_icx_shd as
2: /* $Header: hricxrhi.pkb 115.5 2003/10/23 01:44:08 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 103: = hr_icx_shd.g_old_rec.item_context_id and

99: --
100: l_fct_ret := false;
101: Else
102: If (p_item_context_id
103: = hr_icx_shd.g_old_rec.item_context_id and
104: p_object_version_number
105: = hr_tdg_shd.g_old_rec.object_version_number
106: ) Then
107: --

Line 117: Fetch C_Sel1 Into hr_icx_shd.g_old_rec;

113: --
114: -- Select the current row into g_old_rec
115: --
116: Open C_Sel1;
117: Fetch C_Sel1 Into hr_icx_shd.g_old_rec;
118: If C_Sel1%notfound Then
119: Close C_Sel1;
120: --
121: -- The primary key is invalid therefore we must error

Line 210: Fetch C_Sel1 Into hr_icx_shd.g_old_rec;

206: ,p_argument => 'object_version_number'
207: ,p_argument_value => p_object_version_number
208: );
209: Open C_Sel1;
210: Fetch C_Sel1 Into hr_icx_shd.g_old_rec;
211: If C_Sel1%notfound then
212: Close C_Sel1;
213: --
214: -- The primary key is invalid therefore we must error

Line 336: end hr_icx_shd;

332: Return(l_rec);
333: --
334: End convert_args;
335: --
336: end hr_icx_shd;