DBA Data[Home] [Help]

APPS.HR_WNP_SHD dependencies on HR_WNP_SHD

Line 1: Package Body hr_wnp_shd as

1: Package Body hr_wnp_shd as
2: /* $Header: hrwnprhi.pkb 115.2 2002/12/03 14:20:10 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 117: = hr_wnp_shd.g_old_rec.window_property_id

113: --
114: l_fct_ret := false;
115: Else
116: If (p_window_property_id
117: = hr_wnp_shd.g_old_rec.window_property_id
118: ) Then
119: --
120: -- The g_old_rec is current therefore we must
121: -- set the returning function to true

Line 129: Fetch C_Sel1 Into hr_wnp_shd.g_old_rec;

125: --
126: -- Select the current row into g_old_rec
127: --
128: Open C_Sel1;
129: Fetch C_Sel1 Into hr_wnp_shd.g_old_rec;
130: If C_Sel1%notfound Then
131: Close C_Sel1;
132: --
133: -- The primary key is invalid therefore we must error

Line 212: Fetch C_Sel1 Into hr_wnp_shd.g_old_rec;

208: ,p_argument_value => p_window_property_id
209: );
210: --
211: Open C_Sel1;
212: Fetch C_Sel1 Into hr_wnp_shd.g_old_rec;
213: If C_Sel1%notfound then
214: Close C_Sel1;
215: --
216: -- The primary key is invalid therefore we must error

Line 335: end hr_wnp_shd;

331: Return(l_rec);
332: --
333: End convert_args;
334: --
335: end hr_wnp_shd;