DBA Data[Home] [Help]

APPS.HR_ORI_SHD dependencies on HR_ORI_SHD

Line 1: Package Body hr_ori_shd as

1: Package Body hr_ori_shd as
2: /* $Header: hrorirhi.pkb 120.3.12010000.2 2008/08/06 08:45:57 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 136: = hr_ori_shd.g_old_rec.org_information_id and

132: --
133: l_fct_ret := false;
134: Else
135: If (p_org_information_id
136: = hr_ori_shd.g_old_rec.org_information_id and
137: p_object_version_number
138: = hr_ori_shd.g_old_rec.object_version_number
139: ) Then
140: --

Line 138: = hr_ori_shd.g_old_rec.object_version_number

134: Else
135: If (p_org_information_id
136: = hr_ori_shd.g_old_rec.org_information_id and
137: p_object_version_number
138: = hr_ori_shd.g_old_rec.object_version_number
139: ) Then
140: --
141: -- The g_old_rec is current therefore we must
142: -- set the returning function to true

Line 150: Fetch C_Sel1 Into hr_ori_shd.g_old_rec;

146: --
147: -- Select the current row into g_old_rec
148: --
149: Open C_Sel1;
150: Fetch C_Sel1 Into hr_ori_shd.g_old_rec;
151: If C_Sel1%notfound Then
152: Close C_Sel1;
153: --
154: -- The primary key is invalid therefore we must error

Line 161: <> hr_ori_shd.g_old_rec.object_version_number) Then

157: fnd_message.raise_error;
158: End If;
159: Close C_Sel1;
160: If (p_object_version_number
161: <> hr_ori_shd.g_old_rec.object_version_number) Then
162: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
163: fnd_message.raise_error;
164: End If;
165: l_fct_ret := true;

Line 255: Fetch C_Sel1 Into hr_ori_shd.g_old_rec;

251: ,p_argument_value => p_object_version_number
252: );
253: --Bug:1790746 fix End
254: Open C_Sel1;
255: Fetch C_Sel1 Into hr_ori_shd.g_old_rec;
256: If C_Sel1%notfound then
257: Close C_Sel1;
258: --
259: -- The primary key is invalid therefore we must error

Line 266: <> hr_ori_shd.g_old_rec.object_version_number) Then

262: fnd_message.raise_error;
263: End If;
264: Close C_Sel1;
265: If (p_object_version_number
266: <> hr_ori_shd.g_old_rec.object_version_number) Then
267: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
268: fnd_message.raise_error;
269: End If;
270: --

Line 404: end hr_ori_shd;

400: Return(l_rec);
401: --
402: End convert_args;
403: --
404: end hr_ori_shd;