DBA Data[Home] [Help]

APPS.BEN_PTY_SHD dependencies on BEN_PTY_SHD

Line 1: Package Body ben_pty_shd as

1: Package Body ben_pty_shd as
2: /* $Header: beptyrhi.pkb 115.7 2002/12/10 15:22:41 bmanyam noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 121: = ben_pty_shd.g_old_rec.pl_pcp_typ_id and

117: --
118: l_fct_ret := false;
119: Else
120: If (p_pl_pcp_typ_id
121: = ben_pty_shd.g_old_rec.pl_pcp_typ_id and
122: p_object_version_number
123: = ben_pty_shd.g_old_rec.object_version_number
124: ) Then
125: --

Line 123: = ben_pty_shd.g_old_rec.object_version_number

119: Else
120: If (p_pl_pcp_typ_id
121: = ben_pty_shd.g_old_rec.pl_pcp_typ_id and
122: p_object_version_number
123: = ben_pty_shd.g_old_rec.object_version_number
124: ) Then
125: --
126: -- The g_old_rec is current therefore we must
127: -- set the returning function to true

Line 135: Fetch C_Sel1 Into ben_pty_shd.g_old_rec;

131: --
132: -- Select the current row into g_old_rec
133: --
134: Open C_Sel1;
135: Fetch C_Sel1 Into ben_pty_shd.g_old_rec;
136: If C_Sel1%notfound Then
137: Close C_Sel1;
138: --
139: -- The primary key is invalid therefore we must error

Line 146: <> ben_pty_shd.g_old_rec.object_version_number) Then

142: fnd_message.raise_error;
143: End If;
144: Close C_Sel1;
145: If (p_object_version_number
146: <> ben_pty_shd.g_old_rec.object_version_number) Then
147: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
148: fnd_message.raise_error;
149: End If;
150: l_fct_ret := true;

Line 224: Fetch C_Sel1 Into ben_pty_shd.g_old_rec;

220: ,p_argument_value => p_pl_pcp_typ_id
221: );
222: --
223: Open C_Sel1;
224: Fetch C_Sel1 Into ben_pty_shd.g_old_rec;
225: If C_Sel1%notfound then
226: Close C_Sel1;
227: --
228: -- The primary key is invalid therefore we must error

Line 235: <> ben_pty_shd.g_old_rec.object_version_number) Then

231: fnd_message.raise_error;
232: End If;
233: Close C_Sel1;
234: If (p_object_version_number
235: <> ben_pty_shd.g_old_rec.object_version_number) Then
236: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
237: fnd_message.raise_error;
238: End If;
239: --

Line 353: end ben_pty_shd;

349: Return(l_rec);
350: --
351: End convert_args;
352: --
353: end ben_pty_shd;