DBA Data[Home] [Help]

APPS.HR_ADI_LOB_SHD dependencies on HR_ADI_LOB_SHD

Line 1: Package Body hr_adi_lob_shd as

1: Package Body hr_adi_lob_shd as
2: /* $Header: hrlobrhi.pkb 120.0 2005/05/31 01:18:46 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 71: = hr_adi_lob_shd.g_old_rec.file_id

67: --
68: l_fct_ret := false;
69: Else
70: If (p_file_id
71: = hr_adi_lob_shd.g_old_rec.file_id
72: ) Then
73: --
74: -- The g_old_rec is current therefore we must
75: -- set the returning function to true

Line 83: Fetch C_Sel1 Into hr_adi_lob_shd.g_old_rec;

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

Line 135: Fetch C_Sel1 Into hr_adi_lob_shd.g_old_rec;

131: ,p_argument_value => p_file_id
132: );
133: --
134: Open C_Sel1;
135: Fetch C_Sel1 Into hr_adi_lob_shd.g_old_rec;
136: If C_Sel1%notfound then
137: Close C_Sel1;
138: --
139: -- The primary key is invalid therefore we must error

Line 196: end hr_adi_lob_shd;

192: Return(l_rec);
193: --
194: End convert_args;
195: --
196: end hr_adi_lob_shd;