DBA Data[Home] [Help]

APPS.PER_CPL_SHD dependencies on PER_CPL_SHD

Line 1: Package Body per_cpl_shd as

1: Package Body per_cpl_shd as
2: /* $Header: pecplrhi.pkb 120.0.12000000.2 2007/05/30 12:19:15 arumukhe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 73: = per_cpl_shd.g_old_rec.competence_id and

69: --
70: l_fct_ret := false;
71: Else
72: If (p_competence_id
73: = per_cpl_shd.g_old_rec.competence_id and
74: p_language
75: = per_cpl_shd.g_old_rec.language
76: ) Then
77: --

Line 75: = per_cpl_shd.g_old_rec.language

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

Line 87: Fetch C_Sel1 Into per_cpl_shd.g_old_rec;

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

Line 147: Fetch C_Sel1 Into per_cpl_shd.g_old_rec;

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

Line 330: end per_cpl_shd;

326: Return(l_rec);
327: --
328: End convert_args;
329: --
330: end per_cpl_shd;