DBA Data[Home] [Help]

APPS.HXC_MCU_SHD dependencies on HXC_MCU_SHD

Line 1: Package Body hxc_mcu_shd as

1: Package Body hxc_mcu_shd as
2: /* $Header: hxcmcurhi.pkb 120.2 2005/09/23 08:44:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 88: = hxc_mcu_shd.g_old_rec.mapping_comp_usage_id and

84: --
85: l_fct_ret := false;
86: Else
87: If (p_mapping_comp_usage_id
88: = hxc_mcu_shd.g_old_rec.mapping_comp_usage_id and
89: p_object_version_number
90: = hxc_mcu_shd.g_old_rec.object_version_number
91: ) Then
92: --

Line 90: = hxc_mcu_shd.g_old_rec.object_version_number

86: Else
87: If (p_mapping_comp_usage_id
88: = hxc_mcu_shd.g_old_rec.mapping_comp_usage_id and
89: p_object_version_number
90: = hxc_mcu_shd.g_old_rec.object_version_number
91: ) Then
92: --
93: -- The g_old_rec is current therefore we must
94: -- set the returning function to true

Line 102: Fetch C_Sel1 Into hxc_mcu_shd.g_old_rec;

98: --
99: -- Select the current row into g_old_rec
100: --
101: Open C_Sel1;
102: Fetch C_Sel1 Into hxc_mcu_shd.g_old_rec;
103: If C_Sel1%notfound Then
104: Close C_Sel1;
105: --
106: -- The primary key is invalid therefore we must error

Line 113: <> hxc_mcu_shd.g_old_rec.object_version_number) Then

109: fnd_message.raise_error;
110: End If;
111: Close C_Sel1;
112: If (p_object_version_number
113: <> hxc_mcu_shd.g_old_rec.object_version_number) Then
114: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
115: fnd_message.raise_error;
116: End If;
117: l_fct_ret := true;

Line 161: Fetch C_Sel1 Into hxc_mcu_shd.g_old_rec;

157: ,p_argument_value => p_mapping_comp_usage_id
158: );
159: --
160: Open C_Sel1;
161: Fetch C_Sel1 Into hxc_mcu_shd.g_old_rec;
162: If C_Sel1%notfound then
163: Close C_Sel1;
164: --
165: -- The primary key is invalid therefore we must error

Line 172: <> hxc_mcu_shd.g_old_rec.object_version_number) Then

168: fnd_message.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number
172: <> hxc_mcu_shd.g_old_rec.object_version_number) Then
173: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
174: fnd_message.raise_error;
175: End If;
176: --

Line 222: end hxc_mcu_shd;

218: Return(l_rec);
219: --
220: End convert_args;
221: --
222: end hxc_mcu_shd;