DBA Data[Home] [Help]

APPS.HXC_LCK_SHD dependencies on HXC_LCK_SHD

Line 1: Package Body hxc_lck_shd as

1: Package Body hxc_lck_shd as
2: /* $Header: hxclocktypesrhi.pkb 120.2 2005/09/23 08:08:21 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_lck_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------

Line 69: = hxc_lck_shd.g_old_rec.locker_type_id

65: --
66: l_fct_ret := false;
67: Else
68: If (p_locker_type_id
69: = hxc_lck_shd.g_old_rec.locker_type_id
70: ) Then
71: --
72: -- The g_old_rec is current therefore we must
73: -- set the returning function to true

Line 81: Fetch C_Sel1 Into hxc_lck_shd.g_old_rec;

77: --
78: -- Select the current row into g_old_rec
79: --
80: Open C_Sel1;
81: Fetch C_Sel1 Into hxc_lck_shd.g_old_rec;
82: If C_Sel1%notfound Then
83: Close C_Sel1;
84: --
85: -- The primary key is invalid therefore we must error

Line 134: Fetch C_Sel1 Into hxc_lck_shd.g_old_rec;

130: ,p_argument_value => p_locker_type_id
131: );
132: --
133: Open C_Sel1;
134: Fetch C_Sel1 Into hxc_lck_shd.g_old_rec;
135: If C_Sel1%notfound then
136: Close C_Sel1;
137: --
138: -- The primary key is invalid therefore we must error

Line 189: end hxc_lck_shd;

185: Return(l_rec);
186: --
187: End convert_args;
188: --
189: end hxc_lck_shd;