DBA Data[Home] [Help]

APPS.HXC_DTL_SHD dependencies on HXC_DTL_SHD

Line 1: Package Body hxc_dtl_shd as

1: Package Body hxc_dtl_shd as
2: /* $Header: hxcdtlrhi.pkb 120.2 2005/09/23 08:07:34 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 73: = hxc_dtl_shd.g_old_rec.alias_definition_id and

69: --
70: l_fct_ret := false;
71: Else
72: If (p_alias_definition_id
73: = hxc_dtl_shd.g_old_rec.alias_definition_id and
74: p_language
75: = hxc_dtl_shd.g_old_rec.language
76: ) Then
77: --

Line 75: = hxc_dtl_shd.g_old_rec.language

71: Else
72: If (p_alias_definition_id
73: = hxc_dtl_shd.g_old_rec.alias_definition_id and
74: p_language
75: = hxc_dtl_shd.g_old_rec.language
76: ) Then
77: --
78: -- The g_old_rec is current therefore we must
79: -- set the returning function to true

Line 87: Fetch C_Sel1 Into hxc_dtl_shd.g_old_rec;

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

Line 152: Fetch C_Sel1 Into hxc_dtl_shd.g_old_rec;

148: ,p_argument_value => p_language
149: );
150: --
151: Open C_Sel1;
152: Fetch C_Sel1 Into hxc_dtl_shd.g_old_rec;
153: If C_Sel1%notfound then
154: Close C_Sel1;
155: --
156: -- The primary key is invalid therefore we must error

Line 294: end hxc_dtl_shd;

290: Return(l_rec);
291: --
292: End convert_args;
293: --
294: end hxc_dtl_shd;