DBA Data[Home] [Help]

APPS.PAY_AUD_SHD dependencies on PAY_AUD_SHD

Line 1: Package Body pay_aud_shd as

1: Package Body pay_aud_shd as
2: /* $Header: pyaudrhi.pkb 115.4 2002/12/09 10:29:32 alogue ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 114: Fetch C_Sel1 Into pay_aud_shd.g_old_rec;

110: ,p_argument_value => p_stat_trans_audit_id
111: );
112: --
113: Open C_Sel1;
114: Fetch C_Sel1 Into pay_aud_shd.g_old_rec;
115: If C_Sel1%notfound then
116: Close C_Sel1;
117: --
118: -- The primary key is invalid therefore we must error

Line 125: <> pay_aud_shd.g_old_rec.object_version_number) Then

121: fnd_message.raise_error;
122: End If;
123: Close C_Sel1;
124: If (p_object_version_number
125: <> pay_aud_shd.g_old_rec.object_version_number) Then
126: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
127: fnd_message.raise_error;
128: End If;
129: --

Line 269: end pay_aud_shd;

265: Return(l_rec);
266: --
267: End convert_args;
268: --
269: end pay_aud_shd;