DBA Data[Home] [Help]

APPS.HR_FCT_SHD dependencies on HR_FCT_SHD

Line 1: Package Body hr_fct_shd as

1: Package Body hr_fct_shd as
2: /* $Header: hrfctrhi.pkb 115.3 2002/12/03 10:28:03 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 76: = hr_fct_shd.g_old_rec.form_canvas_id and

72: --
73: l_fct_ret := false;
74: Else
75: If (p_form_canvas_id
76: = hr_fct_shd.g_old_rec.form_canvas_id and
77: p_language
78: = hr_fct_shd.g_old_rec.language
79: ) Then
80: --

Line 78: = hr_fct_shd.g_old_rec.language

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

Line 90: Fetch C_Sel1 Into hr_fct_shd.g_old_rec;

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

Line 148: Fetch C_Sel1 Into hr_fct_shd.g_old_rec;

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

Line 262: end hr_fct_shd;

258: Return(l_rec);
259: --
260: End convert_args;
261: --
262: end hr_fct_shd;