DBA Data[Home] [Help]

APPS.HXC_HSD_SHD dependencies on HXC_HSD_SHD

Line 1: Package Body hxc_hsd_shd as

1: Package Body hxc_hsd_shd as
2: /* $Header: hxchsdrhi.pkb 120.3 2005/09/23 10:44:51 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 72: = hxc_hsd_shd.g_old_rec.object_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_object_id
72: = hxc_hsd_shd.g_old_rec.object_id and
73: p_object_type
74: = hxc_hsd_shd.g_old_rec.object_type
75: ) Then
76: --

Line 74: = hxc_hsd_shd.g_old_rec.object_type

70: Else
71: If (p_object_id
72: = hxc_hsd_shd.g_old_rec.object_id and
73: p_object_type
74: = hxc_hsd_shd.g_old_rec.object_type
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into hxc_hsd_shd.g_old_rec;

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

Line 149: Fetch C_Sel1 Into hxc_hsd_shd.g_old_rec;

145: ,p_argument_value => p_object_type
146: );
147: --
148: Open C_Sel1;
149: Fetch C_Sel1 Into hxc_hsd_shd.g_old_rec;
150: If C_Sel1%notfound then
151: Close C_Sel1;
152: --
153: -- The primary key is invalid therefore we must error

Line 206: end hxc_hsd_shd;

202: Return(l_rec);
203: --
204: End convert_args;
205: --
206: end hxc_hsd_shd;