DBA Data[Home] [Help]

APPS.HR_ITL_SHD dependencies on HR_ITL_SHD

Line 1: Package Body hr_itl_shd as

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

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

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

Line 72: = hr_itl_shd.g_old_rec.integration_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_integration_id
72: = hr_itl_shd.g_old_rec.integration_id and
73: p_language
74: = hr_itl_shd.g_old_rec.language
75: ) Then
76: --

Line 74: = hr_itl_shd.g_old_rec.language

70: Else
71: If (p_integration_id
72: = hr_itl_shd.g_old_rec.integration_id and
73: p_language
74: = hr_itl_shd.g_old_rec.language
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into hr_itl_shd.g_old_rec;

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

Line 145: Fetch C_Sel1 Into hr_itl_shd.g_old_rec;

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

Line 276: end hr_itl_shd;

272: Return(l_rec);
273: --
274: End convert_args;
275: --
276: end hr_itl_shd;