DBA Data[Home] [Help]

APPS.GHR_CCA_SHD dependencies on GHR_CCA_SHD

Line 1: Package Body ghr_cca_shd as

1: Package Body ghr_cca_shd as
2: /* $Header: ghccarhi.pkb 115.1 2003/01/30 19:25:04 asubrahm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 104: = ghr_cca_shd.g_old_rec.compl_appeal_id and

100: --
101: l_fct_ret := false;
102: Else
103: If (p_compl_appeal_id
104: = ghr_cca_shd.g_old_rec.compl_appeal_id and
105: p_object_version_number
106: = ghr_cca_shd.g_old_rec.object_version_number
107: ) Then
108: --

Line 106: = ghr_cca_shd.g_old_rec.object_version_number

102: Else
103: If (p_compl_appeal_id
104: = ghr_cca_shd.g_old_rec.compl_appeal_id and
105: p_object_version_number
106: = ghr_cca_shd.g_old_rec.object_version_number
107: ) Then
108: --
109: -- The g_old_rec is current therefore we must
110: -- set the returning function to true

Line 118: Fetch C_Sel1 Into ghr_cca_shd.g_old_rec;

114: --
115: -- Select the current row into g_old_rec
116: --
117: Open C_Sel1;
118: Fetch C_Sel1 Into ghr_cca_shd.g_old_rec;
119: If C_Sel1%notfound Then
120: Close C_Sel1;
121: --
122: -- The primary key is invalid therefore we must error

Line 129: <> ghr_cca_shd.g_old_rec.object_version_number) Then

125: fnd_message.raise_error;
126: End If;
127: Close C_Sel1;
128: If (p_object_version_number
129: <> ghr_cca_shd.g_old_rec.object_version_number) Then
130: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
131: fnd_message.raise_error;
132: End If;
133: l_fct_ret := true;

Line 207: Fetch C_Sel1 Into ghr_cca_shd.g_old_rec;

203: ,p_argument_value => p_object_version_number
204: );
205: --
206: Open C_Sel1;
207: Fetch C_Sel1 Into ghr_cca_shd.g_old_rec;
208: If C_Sel1%notfound then
209: Close C_Sel1;
210: --
211: -- The primary key is invalid therefore we must error

Line 218: <> ghr_cca_shd.g_old_rec.object_version_number) Then

214: fnd_message.raise_error;
215: End If;
216: Close C_Sel1;
217: If (p_object_version_number
218: <> ghr_cca_shd.g_old_rec.object_version_number) Then
219: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
220: fnd_message.raise_error;
221: End If;
222: --

Line 324: end ghr_cca_shd;

320: Return(l_rec);
321: --
322: End convert_args;
323: --
324: end ghr_cca_shd;