DBA Data[Home] [Help]

APPS.HR_LIP_SHD dependencies on HR_LIP_SHD

Line 1: Package Body hr_lip_shd as

1: Package Body hr_lip_shd as
2: /* $Header: hrliprhi.pkb 115.5 2002/12/04 05:07:14 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 97: hr_lip_shd.g_old_rec.liability_premiums_id and

93: --
94: l_fct_ret := false;
95: Else
96: If (p_liability_premiums_id =
97: hr_lip_shd.g_old_rec.liability_premiums_id and
98: p_object_version_number =
99: hr_lip_shd.g_old_rec.object_version_number
100: ) Then
101: --

Line 99: hr_lip_shd.g_old_rec.object_version_number

95: Else
96: If (p_liability_premiums_id =
97: hr_lip_shd.g_old_rec.liability_premiums_id and
98: p_object_version_number =
99: hr_lip_shd.g_old_rec.object_version_number
100: ) Then
101: --
102: -- The g_old_rec is current therefore we must
103: -- set the returning function to true

Line 111: Fetch C_Sel1 Into hr_lip_shd.g_old_rec;

107: --
108: -- Select the current row
109: --
110: Open C_Sel1;
111: Fetch C_Sel1 Into hr_lip_shd.g_old_rec;
112: If C_Sel1%notfound Then
113: Close C_Sel1;
114: --
115: -- The primary key is invalid therefore we must error

Line 122: <> hr_lip_shd.g_old_rec.object_version_number) Then

118: fnd_message.raise_error;
119: End If;
120: Close C_Sel1;
121: If (p_object_version_number
122: <> hr_lip_shd.g_old_rec.object_version_number) Then
123: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
124: fnd_message.raise_error;
125: End If;
126: l_fct_ret := true;

Line 339: Fetch C_Sel1 Into hr_lip_shd.g_old_rec;

335: --
336: -- We must select and lock the current row.
337: --
338: Open C_Sel1;
339: Fetch C_Sel1 Into hr_lip_shd.g_old_rec;
340: If C_Sel1%notfound then
341: Close C_Sel1;
342: --
343: -- The primary key is invalid therefore we must error

Line 350: <> hr_lip_shd.g_old_rec.object_version_number) Then

346: fnd_message.raise_error;
347: End If;
348: Close C_Sel1;
349: If (p_object_version_number
350: <> hr_lip_shd.g_old_rec.object_version_number) Then
351: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
352: fnd_message.raise_error;
353: End If;
354: --

Line 481: end hr_lip_shd;

477: Return(l_rec);
478: --
479: End convert_args;
480: --
481: end hr_lip_shd;