DBA Data[Home] [Help]

APPS.OTA_RUD_SHD dependencies on OTA_RUD_SHD

Line 1: PACKAGE BODY OTA_RUD_SHD as

1: PACKAGE BODY OTA_RUD_SHD as
2: /* $Header: otrudrhi.pkb 120.2 2005/09/08 06:34:32 pgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 151: = ota_rud_shd.g_old_rec.resource_usage_id and

147: --
148: l_fct_ret := false;
149: Else
150: If (p_resource_usage_id
151: = ota_rud_shd.g_old_rec.resource_usage_id and
152: p_object_version_number
153: = ota_rud_shd.g_old_rec.object_version_number
154: ) Then
155: --

Line 153: = ota_rud_shd.g_old_rec.object_version_number

149: Else
150: If (p_resource_usage_id
151: = ota_rud_shd.g_old_rec.resource_usage_id and
152: p_object_version_number
153: = ota_rud_shd.g_old_rec.object_version_number
154: ) Then
155: --
156: -- The g_old_rec is current therefore we must
157: -- set the returning function to true

Line 165: Fetch C_Sel1 Into ota_rud_shd.g_old_rec;

161: --
162: -- Select the current row into g_old_rec
163: --
164: Open C_Sel1;
165: Fetch C_Sel1 Into ota_rud_shd.g_old_rec;
166: If C_Sel1%notfound Then
167: Close C_Sel1;
168: --
169: -- The primary key is invalid therefore we must error

Line 176: <> ota_rud_shd.g_old_rec.object_version_number) Then

172: hr_utility.raise_error;
173: End If;
174: Close C_Sel1;
175: If (p_object_version_number
176: <> ota_rud_shd.g_old_rec.object_version_number) Then
177: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
178: hr_utility.raise_error;
179: End If;
180: l_fct_ret := true;

Line 367: end ota_rud_shd;

363: Return(l_rec);
364: --
365: End convert_args;
366: --
367: end ota_rud_shd;