DBA Data[Home] [Help]

APPS.OTA_OFF_SHD dependencies on OTA_OFF_SHD

Line 1: PACKAGE BODY OTA_OFF_SHD as

1: PACKAGE BODY OTA_OFF_SHD as
2: /* $Header: otoffrhi.pkb 120.1.12000000.2 2007/02/06 15:25:23 vkkolla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 148: = ota_off_shd.g_old_rec.offering_id and

144: --
145: l_fct_ret := false;
146: Else
147: If (p_offering_id
148: = ota_off_shd.g_old_rec.offering_id and
149: p_object_version_number
150: = ota_off_shd.g_old_rec.object_version_number
151: ) Then
152: --

Line 150: = ota_off_shd.g_old_rec.object_version_number

146: Else
147: If (p_offering_id
148: = ota_off_shd.g_old_rec.offering_id and
149: p_object_version_number
150: = ota_off_shd.g_old_rec.object_version_number
151: ) Then
152: --
153: -- The g_old_rec is current therefore we must
154: -- set the returning function to true

Line 162: Fetch C_Sel1 Into ota_off_shd.g_old_rec;

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

Line 173: <> ota_off_shd.g_old_rec.object_version_number) Then

169: fnd_message.raise_error;
170: End If;
171: Close C_Sel1;
172: If (p_object_version_number
173: <> ota_off_shd.g_old_rec.object_version_number) Then
174: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
175: fnd_message.raise_error;
176: End If;
177: l_fct_ret := true;

Line 270: Fetch C_Sel1 Into ota_off_shd.g_old_rec;

266: ,p_argument_value => p_object_version_number
267: );
268: --
269: Open C_Sel1;
270: Fetch C_Sel1 Into ota_off_shd.g_old_rec;
271: If C_Sel1%notfound then
272: Close C_Sel1;
273: --
274: -- The primary key is invalid therefore we must error

Line 281: <> ota_off_shd.g_old_rec.object_version_number) Then

277: fnd_message.raise_error;
278: End If;
279: Close C_Sel1;
280: If (p_object_version_number
281: <> ota_off_shd.g_old_rec.object_version_number) Then
282: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
283: fnd_message.raise_error;
284: End If;
285: --

Line 421: end ota_off_shd;

417: Return(l_rec);
418: --
419: End convert_args;
420: --
421: end ota_off_shd;