DBA Data[Home] [Help]

APPS.PER_RSL_SHD dependencies on PER_RSL_SHD

Line 1: Package Body per_rsl_shd as

1: Package Body per_rsl_shd as
2: /* $Header: perslrhi.pkb 120.1 2005/06/15 05:45:38 bshukla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 72: = per_rsl_shd.g_old_rec.rating_scale_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_rating_scale_id
72: = per_rsl_shd.g_old_rec.rating_scale_id and
73: p_language
74: = per_rsl_shd.g_old_rec.language
75: ) Then
76: --

Line 74: = per_rsl_shd.g_old_rec.language

70: Else
71: If (p_rating_scale_id
72: = per_rsl_shd.g_old_rec.rating_scale_id and
73: p_language
74: = per_rsl_shd.g_old_rec.language
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into per_rsl_shd.g_old_rec;

82: --
83: -- Select the current row into g_old_rec
84: --
85: Open C_Sel1;
86: Fetch C_Sel1 Into per_rsl_shd.g_old_rec;
87: If C_Sel1%notfound Then
88: Close C_Sel1;
89: --
90: -- The primary key is invalid therefore we must error

Line 145: Fetch C_Sel1 Into per_rsl_shd.g_old_rec;

141: ,p_argument_value => p_language
142: );
143: --
144: Open C_Sel1;
145: Fetch C_Sel1 Into per_rsl_shd.g_old_rec;
146: If C_Sel1%notfound then
147: Close C_Sel1;
148: --
149: -- The primary key is invalid therefore we must error

Line 283: end per_rsl_shd;

279: Return(l_rec);
280: --
281: End convert_args;
282: --
283: end per_rsl_shd;