DBA Data[Home] [Help]

APPS.HXC_APS_SHD dependencies on HXC_APS_SHD

Line 1: Package Body hxc_aps_shd as

1: Package Body hxc_aps_shd as
2: /* $Header: hxcaprpsrhi.pkb 120.2 2005/09/23 10:38:57 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 81: = hxc_aps_shd.g_old_rec.approval_period_set_id and

77: --
78: l_fct_ret := false;
79: Else
80: If (p_approval_period_set_id
81: = hxc_aps_shd.g_old_rec.approval_period_set_id and
82: p_object_version_number
83: = hxc_aps_shd.g_old_rec.object_version_number
84: ) Then
85: --

Line 83: = hxc_aps_shd.g_old_rec.object_version_number

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

Line 95: Fetch C_Sel1 Into hxc_aps_shd.g_old_rec;

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

Line 106: <> hxc_aps_shd.g_old_rec.object_version_number) Then

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

Line 152: Fetch C_Sel1 Into hxc_aps_shd.g_old_rec;

148: ,p_argument_value => p_approval_period_set_id
149: );
150: --
151: Open C_Sel1;
152: Fetch C_Sel1 Into hxc_aps_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 163: <> hxc_aps_shd.g_old_rec.object_version_number) Then

159: fnd_message.raise_error;
160: End If;
161: Close C_Sel1;
162: If (p_object_version_number
163: <> hxc_aps_shd.g_old_rec.object_version_number) Then
164: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
165: fnd_message.raise_error;
166: End If;
167: --

Line 211: end hxc_aps_shd;

207: Return(l_rec);
208: --
209: End convert_args;
210: --
211: end hxc_aps_shd;