DBA Data[Home] [Help]

APPS.HR_TPT_SHD dependencies on HR_TPT_SHD

Line 1: Package Body hr_tpt_shd as

1: Package Body hr_tpt_shd as
2: /* $Header: hrtptrhi.pkb 120.1 2011/04/28 10:40:17 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 75: = hr_tpt_shd.g_old_rec.tab_page_property_id and

71: --
72: l_fct_ret := false;
73: Else
74: If (p_tab_page_property_id
75: = hr_tpt_shd.g_old_rec.tab_page_property_id and
76: p_language
77: = hr_tpt_shd.g_old_rec.language
78: ) Then
79: --

Line 77: = hr_tpt_shd.g_old_rec.language

73: Else
74: If (p_tab_page_property_id
75: = hr_tpt_shd.g_old_rec.tab_page_property_id and
76: p_language
77: = hr_tpt_shd.g_old_rec.language
78: ) Then
79: --
80: -- The g_old_rec is current therefore we must
81: -- set the returning function to true

Line 89: Fetch C_Sel1 Into hr_tpt_shd.g_old_rec;

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

Line 146: Fetch C_Sel1 Into hr_tpt_shd.g_old_rec;

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

Line 254: end hr_tpt_shd;

250: Return(l_rec);
251: --
252: End convert_args;
253: --
254: end hr_tpt_shd;