DBA Data[Home] [Help]

APPS.PER_CNI_SHD dependencies on PER_CNI_SHD

Line 1: Package Body per_cni_shd as

1: Package Body per_cni_shd as
2: /* $Header: pecnirhi.pkb 120.0 2005/05/31 06:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 99: = per_cni_shd.g_old_rec.config_information_id

95: --
96: l_fct_ret := false;
97: Else
98: If (p_config_information_id
99: = per_cni_shd.g_old_rec.config_information_id
100: ) Then
101: --
102: -- The g_old_rec is current therefore we must
103: -- set the returning function to true

Line 111: Fetch C_Sel1 Into per_cni_shd.g_old_rec;

107: --
108: -- Select the current row into g_old_rec
109: --
110: Open C_Sel1;
111: Fetch C_Sel1 Into per_cni_shd.g_old_rec;
112: If C_Sel1%notfound Then
113: Close C_Sel1;
114: --
115: -- The primary key is invalid therefore we must error

Line 200: Fetch C_Sel1 Into per_cni_shd.g_old_rec;

196: );
197:
198: --
199: Open C_Sel1;
200: Fetch C_Sel1 Into per_cni_shd.g_old_rec;
201: If C_Sel1%notfound then
202: Close C_Sel1;
203: --
204: -- The primary key is invalid therefore we must error

Line 323: end per_cni_shd;

319: Return(l_rec);
320: --
321: End convert_args;
322: --
323: end per_cni_shd;