DBA Data[Home] [Help]

APPS.HR_EAP_SHD dependencies on HR_EAP_SHD

Line 1: Package Body hr_eap_shd as

1: Package Body hr_eap_shd as
2: /* $Header: hreaprhi.pkb 115.0 2004/01/09 00:17:50 vkarandi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 67: = hr_eap_shd.g_old_rec.ext_application_id

63: --
64: l_fct_ret := false;
65: Else
66: If (p_ext_application_id
67: = hr_eap_shd.g_old_rec.ext_application_id
68: ) Then
69: --
70: -- The g_old_rec is current therefore we must
71: -- set the returning function to true

Line 79: Fetch C_Sel1 Into hr_eap_shd.g_old_rec;

75: --
76: -- Select the current row into g_old_rec
77: --
78: Open C_Sel1;
79: Fetch C_Sel1 Into hr_eap_shd.g_old_rec;
80: If C_Sel1%notfound Then
81: Close C_Sel1;
82: --
83: -- The primary key is invalid therefore we must error

Line 127: Fetch C_Sel1 Into hr_eap_shd.g_old_rec;

123: ,p_argument_value => p_ext_application_id
124: );
125: --
126: Open C_Sel1;
127: Fetch C_Sel1 Into hr_eap_shd.g_old_rec;
128: If C_Sel1%notfound then
129: Close C_Sel1;
130: --
131: -- The primary key is invalid therefore we must error

Line 180: end hr_eap_shd;

176: Return(l_rec);
177: --
178: End convert_args;
179: --
180: end hr_eap_shd;