DBA Data[Home] [Help]

APPS.HR_CLE_SHD dependencies on HR_CLE_SHD

Line 1: Package Body hr_cle_shd as

1: Package Body hr_cle_shd as
2: /* $Header: hrclerhi.pkb 115.6 2002/12/03 09:27:16 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 121: hr_cle_shd.g_old_rec.soc_ins_contr_lvls_id and

117: --
118: l_fct_ret := false;
119: Else
120: If (p_soc_ins_contr_lvls_id =
121: hr_cle_shd.g_old_rec.soc_ins_contr_lvls_id and
122: p_object_version_number =
123: hr_cle_shd.g_old_rec.object_version_number
124: ) Then
125: --

Line 123: hr_cle_shd.g_old_rec.object_version_number

119: Else
120: If (p_soc_ins_contr_lvls_id =
121: hr_cle_shd.g_old_rec.soc_ins_contr_lvls_id and
122: p_object_version_number =
123: hr_cle_shd.g_old_rec.object_version_number
124: ) Then
125: --
126: -- The g_old_rec is current therefore we must
127: -- set the returning function to true

Line 135: Fetch C_Sel1 Into hr_cle_shd.g_old_rec;

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

Line 146: <> hr_cle_shd.g_old_rec.object_version_number) Then

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

Line 392: Fetch C_Sel1 Into hr_cle_shd.g_old_rec;

388: --
389: -- We must select and lock the current row.
390: --
391: Open C_Sel1;
392: Fetch C_Sel1 Into hr_cle_shd.g_old_rec;
393: If C_Sel1%notfound then
394: Close C_Sel1;
395: --
396: -- The primary key is invalid therefore we must error

Line 403: <> hr_cle_shd.g_old_rec.object_version_number) Then

399: fnd_message.raise_error;
400: End If;
401: Close C_Sel1;
402: If (p_object_version_number
403: <> hr_cle_shd.g_old_rec.object_version_number) Then
404: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
405: fnd_message.raise_error;
406: End If;
407: --

Line 583: end hr_cle_shd;

579: Return(l_rec);
580: --
581: End convert_args;
582: --
583: end hr_cle_shd;