DBA Data[Home] [Help]

APPS.HXC_TKS_SHD dependencies on HXC_TKS_SHD

Line 1: Package Body hxc_tks_shd as

1: Package Body hxc_tks_shd as
2: /* $Header: hxctksrhi.pkb 120.2 2005/09/23 05:29:46 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 68: = hxc_tks_shd.g_old_rec.submission_id

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

Line 80: Fetch C_Sel1 Into hxc_tks_shd.g_old_rec;

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

Line 131: Fetch C_Sel1 Into hxc_tks_shd.g_old_rec;

127: ,p_argument_value => p_submission_id
128: );
129: --
130: Open C_Sel1;
131: Fetch C_Sel1 Into hxc_tks_shd.g_old_rec;
132: If C_Sel1%notfound then
133: Close C_Sel1;
134: --
135: -- The primary key is invalid therefore we must error

Line 186: end hxc_tks_shd;

182: Return(l_rec);
183: --
184: End convert_args;
185: --
186: end hxc_tks_shd;