DBA Data[Home] [Help]

APPS.HR_TTL_SHD dependencies on HR_TTL_SHD

Line 1: Package Body hr_ttl_shd as

1: Package Body hr_ttl_shd as
2: /* $Header: hrttlrhi.pkb 115.1 2004/04/05 07:21:19 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 75: = hr_ttl_shd.g_old_rec.topic_id and

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

Line 77: = hr_ttl_shd.g_old_rec.language

73: Else
74: If (p_topic_id
75: = hr_ttl_shd.g_old_rec.topic_id and
76: p_language
77: = hr_ttl_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_ttl_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_ttl_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_ttl_shd.g_old_rec;

142: ,p_argument_value => p_language
143: );
144: --
145: Open C_Sel1;
146: Fetch C_Sel1 Into hr_ttl_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 272: end hr_ttl_shd;

268: Return(l_rec);
269: --
270: End convert_args;
271: --
272: end hr_ttl_shd;