DBA Data[Home] [Help]

APPS.PAY_BAD_SHD dependencies on PAY_BAD_SHD

Line 1: Package Body pay_bad_shd as

1: Package Body pay_bad_shd as
2: /* $Header: pybadrhi.pkb 115.3 2003/05/28 18:43:28 rthirlby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 75: = pay_bad_shd.g_old_rec.attribute_id

71: --
72: l_fct_ret := false;
73: Else
74: If (p_attribute_id
75: = pay_bad_shd.g_old_rec.attribute_id
76: ) Then
77: --
78: -- The g_old_rec is current therefore we must
79: -- set the returning function to true

Line 87: Fetch C_Sel1 Into pay_bad_shd.g_old_rec;

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

Line 139: Fetch C_Sel1 Into pay_bad_shd.g_old_rec;

135: );
136: hr_utility.set_location(l_proc,6);
137: --
138: Open C_Sel1;
139: Fetch C_Sel1 Into pay_bad_shd.g_old_rec;
140: If C_Sel1%notfound then
141: Close C_Sel1;
142: --
143: -- The primary key is invalid therefore we must error

Line 197: end pay_bad_shd;

193: Return(l_rec);
194: --
195: End convert_args;
196: --
197: end pay_bad_shd;