DBA Data[Home] [Help]

APPS.BEN_CSO_SHD dependencies on BEN_CSO_SHD

Line 1: Package Body ben_cso_shd as

1: Package Body ben_cso_shd as
2: /* $Header: becsorhi.pkb 115.0 2003/03/17 13:37:07 csundar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 123: = ben_cso_shd.g_old_rec.cwb_stock_optn_dtls_id and

119: --
120: l_fct_ret := false;
121: Else
122: If (p_cwb_stock_optn_dtls_id
123: = ben_cso_shd.g_old_rec.cwb_stock_optn_dtls_id and
124: p_object_version_number
125: = ben_cso_shd.g_old_rec.object_version_number
126: ) Then
127: --

Line 125: = ben_cso_shd.g_old_rec.object_version_number

121: Else
122: If (p_cwb_stock_optn_dtls_id
123: = ben_cso_shd.g_old_rec.cwb_stock_optn_dtls_id and
124: p_object_version_number
125: = ben_cso_shd.g_old_rec.object_version_number
126: ) Then
127: --
128: -- The g_old_rec is current therefore we must
129: -- set the returning function to true

Line 137: Fetch C_Sel1 Into ben_cso_shd.g_old_rec;

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

Line 148: <> ben_cso_shd.g_old_rec.object_version_number) Then

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

Line 250: Fetch C_Sel1 Into ben_cso_shd.g_old_rec;

246: ,p_argument_value => p_object_version_number
247: );
248: --
249: Open C_Sel1;
250: Fetch C_Sel1 Into ben_cso_shd.g_old_rec;
251: If C_Sel1%notfound then
252: Close C_Sel1;
253: --
254: -- The primary key is invalid therefore we must error

Line 261: <> ben_cso_shd.g_old_rec.object_version_number) Then

257: fnd_message.raise_error;
258: End If;
259: Close C_Sel1;
260: If (p_object_version_number
261: <> ben_cso_shd.g_old_rec.object_version_number) Then
262: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
263: fnd_message.raise_error;
264: End If;
265: --

Line 415: end ben_cso_shd;

411: Return(l_rec);
412: --
413: End convert_args;
414: --
415: end ben_cso_shd;