DBA Data[Home] [Help]

APPS.PQP_FFA_SHD dependencies on PQP_FFA_SHD

Line 1: Package Body pqp_ffa_shd as

1: Package Body pqp_ffa_shd as
2: /* $Header: pqffarhi.pkb 120.0 2006/04/26 23:47 pbhure noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 76: = pqp_ffa_shd.g_old_rec.flxdu_func_attribute_id and

72: --
73: l_fct_ret := false;
74: Else
75: If (p_flxdu_func_attribute_id
76: = pqp_ffa_shd.g_old_rec.flxdu_func_attribute_id and
77: p_object_version_number
78: = pqp_ffa_shd.g_old_rec.object_version_number
79: ) Then
80: --

Line 78: = pqp_ffa_shd.g_old_rec.object_version_number

74: Else
75: If (p_flxdu_func_attribute_id
76: = pqp_ffa_shd.g_old_rec.flxdu_func_attribute_id and
77: p_object_version_number
78: = pqp_ffa_shd.g_old_rec.object_version_number
79: ) Then
80: --
81: -- The g_old_rec is current therefore we must
82: -- set the returning function to true

Line 90: Fetch C_Sel1 Into pqp_ffa_shd.g_old_rec;

86: --
87: -- Select the current row into g_old_rec
88: --
89: Open C_Sel1;
90: Fetch C_Sel1 Into pqp_ffa_shd.g_old_rec;
91: If C_Sel1%notfound Then
92: Close C_Sel1;
93: --
94: -- The primary key is invalid therefore we must error

Line 101: <> pqp_ffa_shd.g_old_rec.object_version_number) Then

97: fnd_message.raise_error;
98: End If;
99: Close C_Sel1;
100: If (p_object_version_number
101: <> pqp_ffa_shd.g_old_rec.object_version_number) Then
102: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
103: fnd_message.raise_error;
104: End If;
105: l_fct_ret := true;

Line 154: Fetch C_Sel1 Into pqp_ffa_shd.g_old_rec;

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

Line 165: <> pqp_ffa_shd.g_old_rec.object_version_number) Then

161: fnd_message.raise_error;
162: End If;
163: Close C_Sel1;
164: If (p_object_version_number
165: <> pqp_ffa_shd.g_old_rec.object_version_number) Then
166: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
167: fnd_message.raise_error;
168: End If;
169: --

Line 221: end pqp_ffa_shd;

217: Return(l_rec);
218: --
219: End convert_args;
220: --
221: end pqp_ffa_shd;