DBA Data[Home] [Help]

APPS.HR_SFT_SHD dependencies on HR_SFT_SHD

Line 1: Package Body hr_sft_shd as

1: Package Body hr_sft_shd as
2: /* $Header: hrsftrhi.pkb 115.4 2003/10/23 01:45:00 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 85: = hr_sft_shd.g_old_rec.source_form_template_id and

81: --
82: l_fct_ret := false;
83: Else
84: If (p_source_form_template_id
85: = hr_sft_shd.g_old_rec.source_form_template_id and
86: p_object_version_number
87: = hr_tdg_shd.g_old_rec.object_version_number
88: ) Then
89: --

Line 99: Fetch C_Sel1 Into hr_sft_shd.g_old_rec;

95: --
96: -- Select the current row into g_old_rec
97: --
98: Open C_Sel1;
99: Fetch C_Sel1 Into hr_sft_shd.g_old_rec;
100: If C_Sel1%notfound Then
101: Close C_Sel1;
102: --
103: -- The primary key is invalid therefore we must error

Line 158: Fetch C_Sel1 Into hr_sft_shd.g_old_rec;

154: ,p_argument => 'object_version_number'
155: ,p_argument_value => p_object_version_number
156: );
157: Open C_Sel1;
158: Fetch C_Sel1 Into hr_sft_shd.g_old_rec;
159: If C_Sel1%notfound then
160: Close C_Sel1;
161: --
162: -- The primary key is invalid therefore we must error

Line 218: end hr_sft_shd;

214: Return(l_rec);
215: --
216: End convert_args;
217: --
218: end hr_sft_shd;