DBA Data[Home] [Help]

APPS.PER_PPS_SHD dependencies on PER_PPS_SHD

Line 1: Package Body per_pps_shd as

1: Package Body per_pps_shd as
2: /* $Header: peppsrhi.pkb 120.0 2005/05/31 15:03:02 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 151: = per_pps_shd.g_old_rec.parent_spine_id and

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

Line 153: = per_pps_shd.g_old_rec.object_version_number

149: Else
150: If (p_parent_spine_id
151: = per_pps_shd.g_old_rec.parent_spine_id and
152: p_object_version_number
153: = per_pps_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 per_pps_shd.g_old_rec;

161: --
162: -- Select the current row into g_old_rec
163: --
164: Open C_Sel1;
165: Fetch C_Sel1 Into per_pps_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: <> per_pps_shd.g_old_rec.object_version_number) Then

172: fnd_message.raise_error;
173: End If;
174: Close C_Sel1;
175: If (p_object_version_number
176: <> per_pps_shd.g_old_rec.object_version_number) Then
177: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
178: fnd_message.raise_error;
179: End If;
180: l_fct_ret := true;

Line 285: Fetch C_Sel1 Into per_pps_shd.g_old_rec;

281: ,p_argument_value => p_object_version_number
282: );
283: --
284: Open C_Sel1;
285: Fetch C_Sel1 Into per_pps_shd.g_old_rec;
286: If C_Sel1%notfound then
287: Close C_Sel1;
288: --
289: -- The primary key is invalid therefore we must error

Line 296: <> per_pps_shd.g_old_rec.object_version_number) Then

292: fnd_message.raise_error;
293: End If;
294: Close C_Sel1;
295: If (p_object_version_number
296: <> per_pps_shd.g_old_rec.object_version_number) Then
297: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
298: fnd_message.raise_error;
299: End If;
300: --

Line 464: end per_pps_shd;

460: Return(l_rec);
461: --
462: End convert_args;
463: --
464: end per_pps_shd;