DBA Data[Home] [Help]

APPS.HXC_ULT_SHD dependencies on HXC_ULT_SHD

Line 1: Package Body hxc_ult_shd as

1: Package Body hxc_ult_shd as
2: /* $Header: hxcultrhi.pkb 120.2 2005/09/23 06:33:16 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 80: If (p_layout_id = hxc_ult_shd.g_old_rec.layout_id

76: -- set the returning function value to false
77: --
78: l_fct_ret := false;
79: Else
80: If (p_layout_id = hxc_ult_shd.g_old_rec.layout_id
81: AND p_language = hxc_ult_shd.g_old_rec.language
82: ) Then
83: --
84: -- The g_old_rec is current therefore we must

Line 81: AND p_language = hxc_ult_shd.g_old_rec.language

77: --
78: l_fct_ret := false;
79: Else
80: If (p_layout_id = hxc_ult_shd.g_old_rec.layout_id
81: AND p_language = hxc_ult_shd.g_old_rec.language
82: ) Then
83: --
84: -- The g_old_rec is current therefore we must
85: -- set the returning function to true

Line 93: Fetch C_Sel1 Into hxc_ult_shd.g_old_rec;

89: --
90: -- Select the current row into g_old_rec
91: --
92: Open C_Sel1;
93: Fetch C_Sel1 Into hxc_ult_shd.g_old_rec;
94: If C_Sel1%notfound Then
95: Close C_Sel1;
96: --
97: -- The primary key is invalid therefore we must error

Line 156: Fetch C_Sel1 Into hxc_ult_shd.g_old_rec;

152: ,p_argument_value => p_language
153: );
154: --
155: Open C_Sel1;
156: Fetch C_Sel1 Into hxc_ult_shd.g_old_rec;
157: If C_Sel1%notfound then
158: Close C_Sel1;
159: --
160: -- The primary key is invalid therefore we must error

Line 283: end hxc_ult_shd;

279: Return(l_rec);
280: --
281: End convert_args;
282: --
283: end hxc_ult_shd;