DBA Data[Home] [Help]

APPS.HXC_TKGQ_SHD dependencies on HXC_TKGQ_SHD

Line 1: Package body hxc_tkgq_shd as

1: Package body hxc_tkgq_shd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_shd.';
5: g_debug boolean := hr_utility.debug_enabled;

Line 4: g_package varchar2(33) := ' hxc_tkgq_shd.';

1: Package body hxc_tkgq_shd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_shd.';
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |------------------------< return_api_dml_status >-------------------------|
8: -- ----------------------------------------------------------------------------

Line 80: = hxc_tkgq_shd.g_old_rec.tk_group_query_id and

76: --
77: l_fct_ret := false;
78: Else
79: If (p_tk_group_query_id
80: = hxc_tkgq_shd.g_old_rec.tk_group_query_id and
81: p_object_version_number
82: = hxc_tkgq_shd.g_old_rec.object_version_number
83: ) Then
84: --

Line 82: = hxc_tkgq_shd.g_old_rec.object_version_number

78: Else
79: If (p_tk_group_query_id
80: = hxc_tkgq_shd.g_old_rec.tk_group_query_id and
81: p_object_version_number
82: = hxc_tkgq_shd.g_old_rec.object_version_number
83: ) Then
84: --
85: -- The g_old_rec is current therefore we must
86: -- set the returning function to true

Line 94: Fetch C_Sel1 Into hxc_tkgq_shd.g_old_rec;

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

Line 105: <> hxc_tkgq_shd.g_old_rec.object_version_number) Then

101: fnd_message.raise_error;
102: End If;
103: Close C_Sel1;
104: If (p_object_version_number
105: <> hxc_tkgq_shd.g_old_rec.object_version_number) Then
106: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
107: fnd_message.raise_error;
108: End If;
109: l_fct_ret := true;

Line 197: Fetch C_Sel1 Into hxc_tkgq_shd.g_old_rec;

193: ,p_argument_value => p_tk_group_query_id
194: );
195: --
196: Open C_Sel1;
197: Fetch C_Sel1 Into hxc_tkgq_shd.g_old_rec;
198: If C_Sel1%notfound then
199: Close C_Sel1;
200: --
201: -- The primary key is invalid therefore we must error

Line 208: <> hxc_tkgq_shd.g_old_rec.object_version_number) Then

204: fnd_message.raise_error;
205: End If;
206: Close C_Sel1;
207: If (p_object_version_number
208: <> hxc_tkgq_shd.g_old_rec.object_version_number) Then
209: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
210: fnd_message.raise_error;
211: End If;
212: --

Line 288: end hxc_tkgq_shd;

284: Return(l_rec);
285: --
286: End convert_args;
287: --
288: end hxc_tkgq_shd;