DBA Data[Home] [Help]

APPS.HR_CNP_SHD dependencies on HR_CNP_SHD

Line 1: Package Body hr_cnp_shd as

1: Package Body hr_cnp_shd as
2: /* $Header: hrcnprhi.pkb 115.3 2003/09/01 03:40:09 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 125: = hr_cnp_shd.g_old_rec.canvas_property_id and

121: --
122: l_fct_ret := false;
123: Else
124: If (p_canvas_property_id
125: = hr_cnp_shd.g_old_rec.canvas_property_id and
126: p_object_version_number
127: = hr_tdg_shd.g_old_rec.object_version_number
128: ) Then
129: --

Line 139: Fetch C_Sel1 Into hr_cnp_shd.g_old_rec;

135: --
136: -- Select the current row into g_old_rec
137: --
138: Open C_Sel1;
139: Fetch C_Sel1 Into hr_cnp_shd.g_old_rec;
140: If C_Sel1%notfound Then
141: Close C_Sel1;
142: --
143: -- The primary key is invalid therefore we must error

Line 235: Fetch C_Sel1 Into hr_cnp_shd.g_old_rec;

231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number
233: );
234: Open C_Sel1;
235: Fetch C_Sel1 Into hr_cnp_shd.g_old_rec;
236: If C_Sel1%notfound then
237: Close C_Sel1;
238: --
239: -- The primary key is invalid therefore we must error

Line 367: end hr_cnp_shd;

363: Return(l_rec);
364: --
365: End convert_args;
366: --
367: end hr_cnp_shd;