DBA Data[Home] [Help]

APPS.PQH_LOS_SHD dependencies on PQH_LOS_SHD

Line 1: Package Body pqh_los_shd as

1: Package Body pqh_los_shd as
2: /* $Header: pqlosrhi.pkb 120.0 2005/05/29 02:11:26 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 140: = pqh_los_shd.g_old_rec.situation_id and

136: --
137: l_fct_ret := false;
138: Else
139: If (p_situation_id
140: = pqh_los_shd.g_old_rec.situation_id and
141: p_object_version_number
142: = pqh_los_shd.g_old_rec.object_version_number
143: ) Then
144: --

Line 142: = pqh_los_shd.g_old_rec.object_version_number

138: Else
139: If (p_situation_id
140: = pqh_los_shd.g_old_rec.situation_id and
141: p_object_version_number
142: = pqh_los_shd.g_old_rec.object_version_number
143: ) Then
144: --
145: -- The g_old_rec is current therefore we must
146: -- set the returning function to true

Line 154: Fetch C_Sel1 Into pqh_los_shd.g_old_rec;

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

Line 165: <> pqh_los_shd.g_old_rec.object_version_number) Then

161: fnd_message.raise_error;
162: End If;
163: Close C_Sel1;
164: If (p_object_version_number
165: <> pqh_los_shd.g_old_rec.object_version_number) Then
166: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
167: fnd_message.raise_error;
168: End If;
169: l_fct_ret := true;

Line 284: Fetch C_Sel1 Into pqh_los_shd.g_old_rec;

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

Line 295: <> pqh_los_shd.g_old_rec.object_version_number) Then

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

Line 483: end pqh_los_shd;

479: Return(l_rec);
480: --
481: End convert_args;
482: --
483: end pqh_los_shd;