DBA Data[Home] [Help]

APPS.HR_WPT_SHD dependencies on HR_WPT_SHD

Line 1: Package Body hr_wpt_shd as

1: Package Body hr_wpt_shd as
2: /* $Header: hrwptrhi.pkb 115.4 2002/12/03 14:23:01 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 75: = hr_wpt_shd.g_old_rec.window_property_id and

71: --
72: l_fct_ret := false;
73: Else
74: If (p_window_property_id
75: = hr_wpt_shd.g_old_rec.window_property_id and
76: p_language
77: = hr_wpt_shd.g_old_rec.language
78: ) Then
79: --

Line 77: = hr_wpt_shd.g_old_rec.language

73: Else
74: If (p_window_property_id
75: = hr_wpt_shd.g_old_rec.window_property_id and
76: p_language
77: = hr_wpt_shd.g_old_rec.language
78: ) Then
79: --
80: -- The g_old_rec is current therefore we must
81: -- set the returning function to true

Line 89: Fetch C_Sel1 Into hr_wpt_shd.g_old_rec;

85: --
86: -- Select the current row into g_old_rec
87: --
88: Open C_Sel1;
89: Fetch C_Sel1 Into hr_wpt_shd.g_old_rec;
90: If C_Sel1%notfound Then
91: Close C_Sel1;
92: --
93: -- The primary key is invalid therefore we must error

Line 146: Fetch C_Sel1 Into hr_wpt_shd.g_old_rec;

142: ,p_argument_value => p_language
143: );
144: --
145: Open C_Sel1;
146: Fetch C_Sel1 Into hr_wpt_shd.g_old_rec;
147: If C_Sel1%notfound then
148: Close C_Sel1;
149: --
150: -- The primary key is invalid therefore we must error

Line 253: end hr_wpt_shd;

249: Return(l_rec);
250: --
251: End convert_args;
252: --
253: end hr_wpt_shd;