DBA Data[Home] [Help]

APPS.PQP_PTY_SHD dependencies on PQP_PTY_SHD

Line 1: Package Body pqp_pty_shd as

1: Package Body pqp_pty_shd as
2: /* $Header: pqptyrhi.pkb 120.0.12000000.1 2007/01/16 04:29:01 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 161: pqp_pty_shd.g_old_rec.pension_type_id and

157: --
158: l_fct_ret := false;
159: Else
160: If (p_pension_type_id =
161: pqp_pty_shd.g_old_rec.pension_type_id and
162: p_object_version_number =
163: pqp_pty_shd.g_old_rec.object_version_number ) Then
164: --
165: -- The g_old_rec is current therefore we must

Line 163: pqp_pty_shd.g_old_rec.object_version_number ) Then

159: Else
160: If (p_pension_type_id =
161: pqp_pty_shd.g_old_rec.pension_type_id and
162: p_object_version_number =
163: pqp_pty_shd.g_old_rec.object_version_number ) Then
164: --
165: -- The g_old_rec is current therefore we must
166: -- set the returning function to true
167: --

Line 174: Fetch C_Sel1 Into pqp_pty_shd.g_old_rec;

170: --
171: -- Select the current row
172: --
173: Open C_Sel1;
174: Fetch C_Sel1 Into pqp_pty_shd.g_old_rec;
175: If C_Sel1%notfound Then
176: Close C_Sel1;
177: --
178: -- The primary key is invalid therefore we must error

Line 185: <> pqp_pty_shd.g_old_rec.object_version_number) Then

181: fnd_message.raise_error;
182: End If;
183: Close C_Sel1;
184: If (p_object_version_number
185: <> pqp_pty_shd.g_old_rec.object_version_number) Then
186: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
187: fnd_message.raise_error;
188: End If;
189: l_fct_ret := true;

Line 466: Fetch C_Sel1 Into pqp_pty_shd.g_old_rec;

462: --
463: -- We must select and lock the current row.
464: --
465: Open C_Sel1;
466: Fetch C_Sel1 Into pqp_pty_shd.g_old_rec;
467: If C_Sel1%notfound then
468: Close C_Sel1;
469: --
470: -- The primary key is invalid therefore we must error

Line 477: <> pqp_pty_shd.g_old_rec.object_version_number) Then

473: fnd_message.raise_error;
474: End If;
475: Close C_Sel1;
476: If (p_object_version_number
477: <> pqp_pty_shd.g_old_rec.object_version_number) Then
478: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
479: fnd_message.raise_error;
480: End If;
481: --

Line 738: end pqp_pty_shd;

734: End convert_args;
735: --
736:
737:
738: end pqp_pty_shd;
739: