DBA Data[Home] [Help]

APPS.GHR_CBA_SHD dependencies on GHR_CBA_SHD

Line 1: Package Body ghr_cba_shd as

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

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

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

Line 79: = ghr_cba_shd.g_old_rec.compl_basis_id and

75: --
76: l_fct_ret := false;
77: Else
78: If (p_compl_basis_id
79: = ghr_cba_shd.g_old_rec.compl_basis_id and
80: p_object_version_number
81: = ghr_cba_shd.g_old_rec.object_version_number
82: ) Then
83: --

Line 81: = ghr_cba_shd.g_old_rec.object_version_number

77: Else
78: If (p_compl_basis_id
79: = ghr_cba_shd.g_old_rec.compl_basis_id and
80: p_object_version_number
81: = ghr_cba_shd.g_old_rec.object_version_number
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 ghr_cba_shd.g_old_rec;

89: --
90: -- Select the current row into g_old_rec
91: --
92: Open C_Sel1;
93: Fetch C_Sel1 Into ghr_cba_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 104: <> ghr_cba_shd.g_old_rec.object_version_number) Then

100: fnd_message.raise_error;
101: End If;
102: Close C_Sel1;
103: If (p_object_version_number
104: <> ghr_cba_shd.g_old_rec.object_version_number) Then
105: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
106: fnd_message.raise_error;
107: End If;
108: l_fct_ret := true;

Line 157: Fetch C_Sel1 Into ghr_cba_shd.g_old_rec;

153: ,p_argument_value => p_object_version_number
154: );
155: --
156: Open C_Sel1;
157: Fetch C_Sel1 Into ghr_cba_shd.g_old_rec;
158: If C_Sel1%notfound then
159: Close C_Sel1;
160: --
161: -- The primary key is invalid therefore we must error

Line 168: <> ghr_cba_shd.g_old_rec.object_version_number) Then

164: fnd_message.raise_error;
165: End If;
166: Close C_Sel1;
167: If (p_object_version_number
168: <> ghr_cba_shd.g_old_rec.object_version_number) Then
169: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
170: fnd_message.raise_error;
171: End If;
172: --

Line 224: end ghr_cba_shd;

220: Return(l_rec);
221: --
222: End convert_args;
223: --
224: end ghr_cba_shd;