DBA Data[Home] [Help]

APPS.HR_IPT_SHD dependencies on HR_IPT_SHD

Line 1: Package Body hr_ipt_shd as

1: Package Body hr_ipt_shd as
2: /* $Header: hriptrhi.pkb 120.1 2011/04/28 11:53:14 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 79: = hr_ipt_shd.g_old_rec.item_property_id and

75: --
76: l_fct_ret := false;
77: Else
78: If (p_item_property_id
79: = hr_ipt_shd.g_old_rec.item_property_id and
80: p_language
81: = hr_ipt_shd.g_old_rec.language
82: ) Then
83: --

Line 81: = hr_ipt_shd.g_old_rec.language

77: Else
78: If (p_item_property_id
79: = hr_ipt_shd.g_old_rec.item_property_id and
80: p_language
81: = hr_ipt_shd.g_old_rec.language
82: ) Then
83: --
84: -- The g_old_rec is current therefore we must
85: -- set the returning function to true

Line 93: Fetch C_Sel1 Into hr_ipt_shd.g_old_rec;

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

Line 154: Fetch C_Sel1 Into hr_ipt_shd.g_old_rec;

150: ,p_argument_value => p_language
151: );
152: --
153: Open C_Sel1;
154: Fetch C_Sel1 Into hr_ipt_shd.g_old_rec;
155: If C_Sel1%notfound then
156: Close C_Sel1;
157: --
158: -- The primary key is invalid therefore we must error

Line 251: end hr_ipt_shd;

247: Return(l_rec);
248: --
249: End convert_args;
250: --
251: end hr_ipt_shd;