DBA Data[Home] [Help]

APPS.HR_TPP_SHD dependencies on HR_TPP_SHD

Line 1: Package Body hr_tpp_shd as

1: Package Body hr_tpp_shd as
2: /* $Header: hrtpprhi.pkb 115.5 2003/10/23 01:45:13 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 118: = hr_tpp_shd.g_old_rec.tab_page_property_id and

114: --
115: l_fct_ret := false;
116: Else
117: If (p_tab_page_property_id
118: = hr_tpp_shd.g_old_rec.tab_page_property_id and
119: p_object_version_number
120: = hr_tdg_shd.g_old_rec.object_version_number
121: ) Then
122: --

Line 132: Fetch C_Sel1 Into hr_tpp_shd.g_old_rec;

128: --
129: -- Select the current row into g_old_rec
130: --
131: Open C_Sel1;
132: Fetch C_Sel1 Into hr_tpp_shd.g_old_rec;
133: If C_Sel1%notfound Then
134: Close C_Sel1;
135: --
136: -- The primary key is invalid therefore we must error

Line 223: Fetch C_Sel1 Into hr_tpp_shd.g_old_rec;

219: ,p_argument => 'object_version_number'
220: ,p_argument_value => p_object_version_number
221: );
222: Open C_Sel1;
223: Fetch C_Sel1 Into hr_tpp_shd.g_old_rec;
224: If C_Sel1%notfound then
225: Close C_Sel1;
226: --
227: -- The primary key is invalid therefore we must error

Line 349: end hr_tpp_shd;

345: Return(l_rec);
346: --
347: End convert_args;
348: --
349: end hr_tpp_shd;