DBA Data[Home] [Help]

APPS.PAY_SEU_SHD dependencies on PAY_SEU_SHD

Line 1: Package Body pay_seu_shd as

1: Package Body pay_seu_shd as
2: /* $Header: pyseurhi.pkb 115.3 2003/02/05 17:11:00 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 82: = pay_seu_shd.g_old_rec.element_type_usage_id and

78: --
79: l_fct_ret := false;
80: Else
81: If (p_element_type_usage_id
82: = pay_seu_shd.g_old_rec.element_type_usage_id and
83: p_object_version_number
84: = pay_seu_shd.g_old_rec.object_version_number
85: ) Then
86: --

Line 84: = pay_seu_shd.g_old_rec.object_version_number

80: Else
81: If (p_element_type_usage_id
82: = pay_seu_shd.g_old_rec.element_type_usage_id and
83: p_object_version_number
84: = pay_seu_shd.g_old_rec.object_version_number
85: ) Then
86: --
87: -- The g_old_rec is current therefore we must
88: -- set the returning function to true

Line 96: Fetch C_Sel1 Into pay_seu_shd.g_old_rec;

92: --
93: -- Select the current row into g_old_rec
94: --
95: Open C_Sel1;
96: Fetch C_Sel1 Into pay_seu_shd.g_old_rec;
97: If C_Sel1%notfound Then
98: Close C_Sel1;
99: --
100: -- The primary key is invalid therefore we must error

Line 107: <> pay_seu_shd.g_old_rec.object_version_number) Then

103: fnd_message.raise_error;
104: End If;
105: Close C_Sel1;
106: If (p_object_version_number
107: <> pay_seu_shd.g_old_rec.object_version_number) Then
108: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
109: fnd_message.raise_error;
110: End If;
111: l_fct_ret := true;

Line 157: Fetch C_Sel1 Into pay_seu_shd.g_old_rec;

153: ,p_argument_value => p_element_type_usage_id
154: );
155: --
156: Open C_Sel1;
157: Fetch C_Sel1 Into pay_seu_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: <> pay_seu_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: <> pay_seu_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 220: end pay_seu_shd;

216: Return(l_rec);
217: --
218: End convert_args;
219: --
220: end pay_seu_shd;