DBA Data[Home] [Help]

APPS.PER_CEI_SHD dependencies on PER_CEI_SHD

Line 1: PACKAGE BODY per_cei_shd AS

1: PACKAGE BODY per_cei_shd AS
2: /* $Header: peceirhi.pkb 120.1 2006/10/18 08:58:46 grreddy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: = per_cei_shd.g_old_rec.cagr_entitlement_item_id

165: --
166: l_fct_ret := false;
167: Else
168: If (p_cagr_entitlement_item_id
169: = per_cei_shd.g_old_rec.cagr_entitlement_item_id
170: ) Then
171: --
172: -- The g_old_rec is current therefore we must
173: -- set the returning function to true

Line 181: Fetch C_Sel1 Into per_cei_shd.g_old_rec;

177: --
178: -- Select the current row into g_old_rec
179: --
180: Open C_Sel1;
181: Fetch C_Sel1 Into per_cei_shd.g_old_rec;
182: If C_Sel1%notfound Then
183: Close C_Sel1;
184: --
185: -- The primary key is invalid therefore we must error

Line 248: Fetch C_Sel1 Into per_cei_shd.g_old_rec;

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

Line 338: end per_cei_shd;

334: Return(l_rec);
335: --
336: End convert_args;
337: --
338: end per_cei_shd;