DBA Data[Home] [Help]

APPS.PQP_VAI_SHD dependencies on PQP_VAI_SHD

Line 1: Package Body pqp_vai_shd as

1: Package Body pqp_vai_shd as
2: /* $Header: pqvairhi.pkb 120.0.12010000.2 2008/08/08 07:19:09 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 137: = pqp_vai_shd.g_old_rec.veh_alloc_extra_info_id and

133: --
134: l_fct_ret := false;
135: Else
136: If (p_veh_alloc_extra_info_id
137: = pqp_vai_shd.g_old_rec.veh_alloc_extra_info_id and
138: p_object_version_number
139: = pqp_vai_shd.g_old_rec.object_version_number
140: ) Then
141: --

Line 139: = pqp_vai_shd.g_old_rec.object_version_number

135: Else
136: If (p_veh_alloc_extra_info_id
137: = pqp_vai_shd.g_old_rec.veh_alloc_extra_info_id and
138: p_object_version_number
139: = pqp_vai_shd.g_old_rec.object_version_number
140: ) Then
141: --
142: -- The g_old_rec is current therefore we must
143: -- set the returning function to true

Line 151: Fetch C_Sel1 Into pqp_vai_shd.g_old_rec;

147: --
148: -- Select the current row into g_old_rec
149: --
150: Open C_Sel1;
151: Fetch C_Sel1 Into pqp_vai_shd.g_old_rec;
152: If C_Sel1%notfound Then
153: Close C_Sel1;
154: --
155: -- The primary key is invalid therefore we must error

Line 162: <> pqp_vai_shd.g_old_rec.object_version_number) Then

158: fnd_message.raise_error;
159: End If;
160: Close C_Sel1;
161: If (p_object_version_number
162: <> pqp_vai_shd.g_old_rec.object_version_number) Then
163: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
164: fnd_message.raise_error;
165: End If;
166: l_fct_ret := true;

Line 267: Fetch C_Sel1 Into pqp_vai_shd.g_old_rec;

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

Line 278: <> pqp_vai_shd.g_old_rec.object_version_number) Then

274: fnd_message.raise_error;
275: End If;
276: Close C_Sel1;
277: If (p_object_version_number
278: <> pqp_vai_shd.g_old_rec.object_version_number) Then
279: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
280: fnd_message.raise_error;
281: End If;
282: --

Line 438: end pqp_vai_shd;

434: Return(l_rec);
435: --
436: End convert_args;
437: --
438: end pqp_vai_shd;